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