feat: update iOS binary

fattycat 2021-07-26 10:50:38 +08:00
parent 78340ada29
commit 498bf258ac
3 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface NSError (Ext)
+ (instancetype)errorWithMessage:(NSString *)errorMsg code:(NSInteger)code;
+ (instancetype)errorWithContent:(NSString *)content message:(NSString *)message code:(NSInteger)code;
@end
NS_ASSUME_NONNULL_END