64 lines
1.8 KiB
Objective-C
64 lines
1.8 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(<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(<sqflite_darwin/SqflitePlugin.h>)
|
|
#import <sqflite_darwin/SqflitePlugin.h>
|
|
#else
|
|
@import sqflite_darwin;
|
|
#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
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[AdjustSdk registerWithRegistrar:[registry registrarForPlugin:@"AdjustSdk"]];
|
|
[FPPDeviceInfoPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPDeviceInfoPlusPlugin"]];
|
|
[GalPlugin registerWithRegistrar:[registry registrarForPlugin:@"GalPlugin"]];
|
|
[FLTImagePickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTImagePickerPlugin"]];
|
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
|
[FVPVideoPlayerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FVPVideoPlayerPlugin"]];
|
|
[VideoThumbnailPlugin registerWithRegistrar:[registry registrarForPlugin:@"VideoThumbnailPlugin"]];
|
|
}
|
|
|
|
@end
|