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