changhong/xcode/Libraries/Editor/XCodeAPI/Code/WXAppDelegate.h

21 lines
305 B
Objective-C

//
// WXAppDelegate.h
// Unity-iPhone
//
// Created by qyq on 2018/1/23.
//
#import "WXApi.h"
@interface WXAppDelegate : NSObject <WXApiDelegate>
+(NSString*)getAppId;
+ (void)setAppId:(NSString *)appid;
+ (void)registerWeChat;
+(void)share:(NSDictionary*)dic;
+(void)login;
+(bool)checkApp;
@end