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

21 lines
305 B
C
Raw Normal View History

2025-09-22 17:27:49 +08:00
//
// WXAppDelegate.h
// Unity-iPhone
//
// Created by qyq on 2018/1/23.
//
#import "WXApi.h"
@interface WXAppDelegate : NSObject <WXApiDelegate>
+(NSString*)getAppId;
2026-01-13 18:35:26 +08:00
+ (void)setAppId:(NSString *)appid;
+ (void)registerWeChat;
2025-09-22 17:27:49 +08:00
+(void)share:(NSDictionary*)dic;
+(void)login;
+(bool)checkApp;
@end