mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-30 19:34:32 +01:00
36 lines
1.0 KiB
Objective-C
36 lines
1.0 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<flutter_secure_storage/FlutterSecureStoragePlugin.h>)
|
|
#import <flutter_secure_storage/FlutterSecureStoragePlugin.h>
|
|
#else
|
|
@import flutter_secure_storage;
|
|
#endif
|
|
|
|
#if __has_include(<mobile_scanner/MobileScannerPlugin.h>)
|
|
#import <mobile_scanner/MobileScannerPlugin.h>
|
|
#else
|
|
@import mobile_scanner;
|
|
#endif
|
|
|
|
#if __has_include(<path_provider_foundation/PathProviderPlugin.h>)
|
|
#import <path_provider_foundation/PathProviderPlugin.h>
|
|
#else
|
|
@import path_provider_foundation;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[FlutterSecureStoragePlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterSecureStoragePlugin"]];
|
|
[MobileScannerPlugin registerWithRegistrar:[registry registrarForPlugin:@"MobileScannerPlugin"]];
|
|
[PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]];
|
|
}
|
|
|
|
@end
|