yeet
This commit is contained in:
11
node_modules/unimodules-app-loader/ios/UMAppLoader/Interfaces/UMAppLoaderInterface.h
generated
vendored
Normal file
11
node_modules/unimodules-app-loader/ios/UMAppLoader/Interfaces/UMAppLoaderInterface.h
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
// Copyright 2018-present 650 Industries. All rights reserved.
|
||||
|
||||
#import <UMAppLoader/UMAppRecordInterface.h>
|
||||
|
||||
@protocol UMAppLoaderInterface <NSObject>
|
||||
|
||||
- (nonnull id<UMAppRecordInterface>)loadAppWithUrl:(nonnull NSString *)url
|
||||
options:(nullable NSDictionary *)options
|
||||
callback:(nullable void(^)(BOOL success, NSError * _Nullable error))callback;
|
||||
|
||||
@end
|
7
node_modules/unimodules-app-loader/ios/UMAppLoader/Interfaces/UMAppRecordInterface.h
generated
vendored
Normal file
7
node_modules/unimodules-app-loader/ios/UMAppLoader/Interfaces/UMAppRecordInterface.h
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
// Copyright 2018-present 650 Industries. All rights reserved.
|
||||
|
||||
@protocol UMAppRecordInterface <NSObject>
|
||||
|
||||
- (void)invalidate;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user