15 lines
399 B
Objective-C
Executable File
15 lines
399 B
Objective-C
Executable File
//
|
|
// SKClient.h
|
|
// SKClient
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for SKClient.
|
|
FOUNDATION_EXPORT double SKClientVersionNumber;
|
|
|
|
//! Project version string for SKClient.
|
|
FOUNDATION_EXPORT const unsigned char SKClientVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <SKClient/PublicHeader.h>
|