1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

feat: Add isWXAppInstalled props.

This commit is contained in:
jaywcjlove
2020-08-01 19:44:52 +08:00
parent b8d93e9c79
commit ec14ccee87
6 changed files with 30 additions and 17 deletions

View File

@@ -3,5 +3,5 @@
#import "WXApiObject.h"
@interface RNWechat : NSObject <RCTBridgeModule, WXApiDelegate>
@property NSString* appId;
@end