// // Generated file. Do not edit. // // clang-format off #import "GeneratedPluginRegistrant.h" #if __has_include() #import #else @import adjust_sdk; #endif #if __has_include() #import #else @import device_info_plus; #endif #if __has_include() #import #else @import image_picker_ios; #endif #if __has_include() #import #else @import sqflite_darwin; #endif #if __has_include() #import #else @import video_player_avfoundation; #endif @implementation GeneratedPluginRegistrant + (void)registerWithRegistry:(NSObject*)registry { [AdjustSdk registerWithRegistrar:[registry registrarForPlugin:@"AdjustSdk"]]; [FPPDeviceInfoPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPDeviceInfoPlusPlugin"]]; [FLTImagePickerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTImagePickerPlugin"]]; [SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]]; [FVPVideoPlayerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FVPVideoPlayerPlugin"]]; } @end