106 lines
3.4 KiB
Objective-C
106 lines
3.4 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<adjust_sdk/AdjustSdk.h>)
|
|
#import <adjust_sdk/AdjustSdk.h>
|
|
#else
|
|
@import adjust_sdk;
|
|
#endif
|
|
|
|
#if __has_include(<device_info_plus/FPPDeviceInfoPlusPlugin.h>)
|
|
#import <device_info_plus/FPPDeviceInfoPlusPlugin.h>
|
|
#else
|
|
@import device_info_plus;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_native_splash/FlutterNativeSplashPlugin.h>)
|
|
#import <flutter_native_splash/FlutterNativeSplashPlugin.h>
|
|
#else
|
|
@import flutter_native_splash;
|
|
#endif
|
|
|
|
#if __has_include(<gal/GalPlugin.h>)
|
|
#import <gal/GalPlugin.h>
|
|
#else
|
|
@import gal;
|
|
#endif
|
|
|
|
#if __has_include(<image_picker_ios/FLTImagePickerPlugin.h>)
|
|
#import <image_picker_ios/FLTImagePickerPlugin.h>
|
|
#else
|
|
@import image_picker_ios;
|
|
#endif
|
|
|
|
#if __has_include(<in_app_purchase_storekit/InAppPurchasePlugin.h>)
|
|
#import <in_app_purchase_storekit/InAppPurchasePlugin.h>
|
|
#else
|
|
@import in_app_purchase_storekit;
|
|
#endif
|
|
|
|
#if __has_include(<screen_secure/ScreenSecurePlugin.h>)
|
|
#import <screen_secure/ScreenSecurePlugin.h>
|
|
#else
|
|
@import screen_secure;
|
|
#endif
|
|
|
|
#if __has_include(<shared_preferences_foundation/SharedPreferencesPlugin.h>)
|
|
#import <shared_preferences_foundation/SharedPreferencesPlugin.h>
|
|
#else
|
|
@import shared_preferences_foundation;
|
|
#endif
|
|
|
|
#if __has_include(<sqflite_darwin/SqflitePlugin.h>)
|
|
#import <sqflite_darwin/SqflitePlugin.h>
|
|
#else
|
|
@import sqflite_darwin;
|
|
#endif
|
|
|
|
#if __has_include(<url_launcher_ios/URLLauncherPlugin.h>)
|
|
#import <url_launcher_ios/URLLauncherPlugin.h>
|
|
#else
|
|
@import url_launcher_ios;
|
|
#endif
|
|
|
|
#if __has_include(<video_player_avfoundation/FVPVideoPlayerPlugin.h>)
|
|
#import <video_player_avfoundation/FVPVideoPlayerPlugin.h>
|
|
#else
|
|
@import video_player_avfoundation;
|
|
#endif
|
|
|
|
#if __has_include(<video_thumbnail/VideoThumbnailPlugin.h>)
|
|
#import <video_thumbnail/VideoThumbnailPlugin.h>
|
|
#else
|
|
@import video_thumbnail;
|
|
#endif
|
|
|
|
#if __has_include(<webview_flutter_wkwebview/WebViewFlutterPlugin.h>)
|
|
#import <webview_flutter_wkwebview/WebViewFlutterPlugin.h>
|
|
#else
|
|
@import webview_flutter_wkwebview;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[AdjustSdk registerWithRegistrar:[registry registrarForPlugin:@"AdjustSdk"]];
|
|
[FPPDeviceInfoPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPDeviceInfoPlusPlugin"]];
|
|
[FlutterNativeSplashPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterNativeSplashPlugin"]];
|
|
[GalPlugin registerWithRegistrar:[registry registrarForPlugin:@"GalPlugin"]];
|
|
[FLTImagePickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTImagePickerPlugin"]];
|
|
[InAppPurchasePlugin registerWithRegistrar:[registry registrarForPlugin:@"InAppPurchasePlugin"]];
|
|
[ScreenSecurePlugin registerWithRegistrar:[registry registrarForPlugin:@"ScreenSecurePlugin"]];
|
|
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
|
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
|
[URLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"URLLauncherPlugin"]];
|
|
[FVPVideoPlayerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FVPVideoPlayerPlugin"]];
|
|
[VideoThumbnailPlugin registerWithRegistrar:[registry registrarForPlugin:@"VideoThumbnailPlugin"]];
|
|
[WebViewFlutterPlugin registerWithRegistrar:[registry registrarForPlugin:@"WebViewFlutterPlugin"]];
|
|
}
|
|
|
|
@end
|