feat: update iOS binary

xiaoyi 2021-07-22 10:16:19 +08:00
parent 40ded58cbd
commit 78340ada29
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ typedef const char* _Nullable (*TapPropertiesDelegate)(const char*);
@interface TapPropertiesDelegateProxy : NSObject
- (instancetype)initWithDelegate: (TapPropertiesDelegate)delegate key:(const char*)key;
- (instancetype)initWithDelegate: (TapPropertiesDelegate)delegate key:(NSString*)key;
- (NSString*) getProperties;