feat: update iOS binary
parent
78340ada29
commit
498bf258ac
|
@ -12,6 +12,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
@interface NSError (Ext)
|
@interface NSError (Ext)
|
||||||
+ (instancetype)errorWithMessage:(NSString *)errorMsg code:(NSInteger)code;
|
+ (instancetype)errorWithMessage:(NSString *)errorMsg code:(NSInteger)code;
|
||||||
|
|
||||||
|
+ (instancetype)errorWithContent:(NSString *)content message:(NSString *)message code:(NSInteger)code;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_END
|
NS_ASSUME_NONNULL_END
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue