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