|
| 1 | +// |
| 2 | +// Generated file. Do not edit. |
| 3 | +// |
| 4 | + |
| 5 | +// clang-format off |
| 6 | + |
| 7 | +#import "GeneratedPluginRegistrant.h" |
| 8 | + |
| 9 | +#if __has_include(<file_selector_ios/FileSelectorPlugin.h>) |
| 10 | +#import <file_selector_ios/FileSelectorPlugin.h> |
| 11 | +#else |
| 12 | +@import file_selector_ios; |
| 13 | +#endif |
| 14 | + |
| 15 | +#if __has_include(<flutter_nfc_kit/FlutterNfcKitPlugin.h>) |
| 16 | +#import <flutter_nfc_kit/FlutterNfcKitPlugin.h> |
| 17 | +#else |
| 18 | +@import flutter_nfc_kit; |
| 19 | +#endif |
| 20 | + |
| 21 | +#if __has_include(<image_picker_ios/FLTImagePickerPlugin.h>) |
| 22 | +#import <image_picker_ios/FLTImagePickerPlugin.h> |
| 23 | +#else |
| 24 | +@import image_picker_ios; |
| 25 | +#endif |
| 26 | + |
| 27 | +#if __has_include(<local_auth_darwin/LocalAuthPlugin.h>) |
| 28 | +#import <local_auth_darwin/LocalAuthPlugin.h> |
| 29 | +#else |
| 30 | +@import local_auth_darwin; |
| 31 | +#endif |
| 32 | + |
| 33 | +#if __has_include(<mobile_scanner/MobileScannerPlugin.h>) |
| 34 | +#import <mobile_scanner/MobileScannerPlugin.h> |
| 35 | +#else |
| 36 | +@import mobile_scanner; |
| 37 | +#endif |
| 38 | + |
| 39 | +#if __has_include(<open_filex/OpenFilePlugin.h>) |
| 40 | +#import <open_filex/OpenFilePlugin.h> |
| 41 | +#else |
| 42 | +@import open_filex; |
| 43 | +#endif |
| 44 | + |
| 45 | +#if __has_include(<path_provider_foundation/PathProviderPlugin.h>) |
| 46 | +#import <path_provider_foundation/PathProviderPlugin.h> |
| 47 | +#else |
| 48 | +@import path_provider_foundation; |
| 49 | +#endif |
| 50 | + |
| 51 | +#if __has_include(<share_plus/FPPSharePlusPlugin.h>) |
| 52 | +#import <share_plus/FPPSharePlusPlugin.h> |
| 53 | +#else |
| 54 | +@import share_plus; |
| 55 | +#endif |
| 56 | + |
| 57 | +#if __has_include(<shared_preferences_foundation/SharedPreferencesPlugin.h>) |
| 58 | +#import <shared_preferences_foundation/SharedPreferencesPlugin.h> |
| 59 | +#else |
| 60 | +@import shared_preferences_foundation; |
| 61 | +#endif |
| 62 | + |
| 63 | +#if __has_include(<sqlite3_flutter_libs/Sqlite3FlutterLibsPlugin.h>) |
| 64 | +#import <sqlite3_flutter_libs/Sqlite3FlutterLibsPlugin.h> |
| 65 | +#else |
| 66 | +@import sqlite3_flutter_libs; |
| 67 | +#endif |
| 68 | + |
| 69 | +#if __has_include(<url_launcher_ios/URLLauncherPlugin.h>) |
| 70 | +#import <url_launcher_ios/URLLauncherPlugin.h> |
| 71 | +#else |
| 72 | +@import url_launcher_ios; |
| 73 | +#endif |
| 74 | + |
| 75 | +@implementation GeneratedPluginRegistrant |
| 76 | + |
| 77 | ++ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry { |
| 78 | + [FileSelectorPlugin registerWithRegistrar:[registry registrarForPlugin:@"FileSelectorPlugin"]]; |
| 79 | + [FlutterNfcKitPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterNfcKitPlugin"]]; |
| 80 | + [FLTImagePickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTImagePickerPlugin"]]; |
| 81 | + [LocalAuthPlugin registerWithRegistrar:[registry registrarForPlugin:@"LocalAuthPlugin"]]; |
| 82 | + [MobileScannerPlugin registerWithRegistrar:[registry registrarForPlugin:@"MobileScannerPlugin"]]; |
| 83 | + [OpenFilePlugin registerWithRegistrar:[registry registrarForPlugin:@"OpenFilePlugin"]]; |
| 84 | + [PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]]; |
| 85 | + [FPPSharePlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPSharePlusPlugin"]]; |
| 86 | + [SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]]; |
| 87 | + [Sqlite3FlutterLibsPlugin registerWithRegistrar:[registry registrarForPlugin:@"Sqlite3FlutterLibsPlugin"]]; |
| 88 | + [URLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"URLLauncherPlugin"]]; |
| 89 | +} |
| 90 | + |
| 91 | +@end |
0 commit comments