client3/wb_unity_pro/Assets/Editor/XCodeAPI/Code/WXAppDelegate.h

21 lines
305 B
C
Raw Normal View History

2026-05-07 17:40:27 +08:00
//
// 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