12 lines
371 B
C
12 lines
371 B
C
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
//! Project version number for SecretKit.
|
||
|
FOUNDATION_EXPORT double SecretKitVersionNumber;
|
||
|
|
||
|
//! Project version string for SecretKit.
|
||
|
FOUNDATION_EXPORT const unsigned char SecretKitVersionString[];
|
||
|
|
||
|
// In this header, you should import all the public headers of your framework using statements like #import <SecretKit/PublicHeader.h>
|
||
|
|
||
|
|