You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
481 B
20 lines
481 B
1 year ago
|
//
|
||
|
// FWorkSDK.h
|
||
|
// FWorkSDK
|
||
|
//
|
||
|
// Created by muen on 2021/2/24.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
#import "MoonChatPlatform.h"
|
||
|
|
||
|
////! Project version number for FWorkSDK.
|
||
|
//FOUNDATION_EXPORT double FWorkSDKVersionNumber;
|
||
|
//
|
||
|
////! Project version string for FWorkSDK.
|
||
|
//FOUNDATION_EXPORT const unsigned char FWorkSDKVersionString[];
|
||
|
//
|
||
|
//// In this header, you should import all the public headers of your framework using statements like #import <FWorkSDK/PublicHeader.h>
|
||
|
|