Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update XCFramework binary
Browse files Browse the repository at this point in the history
  • Loading branch information
syoung-smallwisdom committed Oct 27, 2023
1 parent b0d5aa2 commit c069bd4
Show file tree
Hide file tree
Showing 15 changed files with 43,929 additions and 43,907 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4202,6 +4202,7 @@ __attribute__((swift_name("NativeUploadManager")))
@interface BridgeClientNativeUploadManager : BridgeClientBase <BridgeClientKoin_coreKoinComponent>
- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer));
+ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead")));
- (void)debugLogPendingUploads __attribute__((swift_name("debugLogPendingUploads()")));
- (void)getPendingUploadFilesCallBack:(void (^)(NSArray<BridgeClientPendingUploadFile *> *))callBack __attribute__((swift_name("getPendingUploadFiles(callBack:)")));
- (BOOL)hasMarkedFileAsUploadedFilePath:(NSString *)filePath __attribute__((swift_name("hasMarkedFileAsUploaded(filePath:)")));
- (BOOL)hasPendingUploads __attribute__((swift_name("hasPendingUploads()")));
Expand Down
Loading

0 comments on commit c069bd4

Please sign in to comment.