99 lines
3.4 KiB
Mathematica
99 lines
3.4 KiB
Mathematica
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
// clang-format off
|
||
|
|
||
|
#import "GeneratedPluginRegistrant.h"
|
||
|
|
||
|
#if __has_include(<amap_core_fluttify/AmapCoreFluttifyPlugin.h>)
|
||
|
#import <amap_core_fluttify/AmapCoreFluttifyPlugin.h>
|
||
|
#else
|
||
|
@import amap_core_fluttify;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<amap_location_fluttify/AmapLocationFluttifyPlugin.h>)
|
||
|
#import <amap_location_fluttify/AmapLocationFluttifyPlugin.h>
|
||
|
#else
|
||
|
@import amap_location_fluttify;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<amap_map_fluttify/AmapMapFluttifyPlugin.h>)
|
||
|
#import <amap_map_fluttify/AmapMapFluttifyPlugin.h>
|
||
|
#else
|
||
|
@import amap_map_fluttify;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<amap_search_fluttify/AmapSearchFluttifyPlugin.h>)
|
||
|
#import <amap_search_fluttify/AmapSearchFluttifyPlugin.h>
|
||
|
#else
|
||
|
@import amap_search_fluttify;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<core_location_fluttify/CoreLocationFluttifyPlugin.h>)
|
||
|
#import <core_location_fluttify/CoreLocationFluttifyPlugin.h>
|
||
|
#else
|
||
|
@import core_location_fluttify;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<foundation_fluttify/FoundationFluttifyPlugin.h>)
|
||
|
#import <foundation_fluttify/FoundationFluttifyPlugin.h>
|
||
|
#else
|
||
|
@import foundation_fluttify;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<path_provider_foundation/PathProviderPlugin.h>)
|
||
|
#import <path_provider_foundation/PathProviderPlugin.h>
|
||
|
#else
|
||
|
@import path_provider_foundation;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<permission_handler_apple/PermissionHandlerPlugin.h>)
|
||
|
#import <permission_handler_apple/PermissionHandlerPlugin.h>
|
||
|
#else
|
||
|
@import permission_handler_apple;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<share_plus/FPPSharePlusPlugin.h>)
|
||
|
#import <share_plus/FPPSharePlusPlugin.h>
|
||
|
#else
|
||
|
@import share_plus;
|
||
|
#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/SqflitePlugin.h>)
|
||
|
#import <sqflite/SqflitePlugin.h>
|
||
|
#else
|
||
|
@import sqflite;
|
||
|
#endif
|
||
|
|
||
|
#if __has_include(<url_launcher_ios/FLTURLLauncherPlugin.h>)
|
||
|
#import <url_launcher_ios/FLTURLLauncherPlugin.h>
|
||
|
#else
|
||
|
@import url_launcher_ios;
|
||
|
#endif
|
||
|
|
||
|
@implementation GeneratedPluginRegistrant
|
||
|
|
||
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
||
|
[AmapCoreFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"AmapCoreFluttifyPlugin"]];
|
||
|
[AmapLocationFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"AmapLocationFluttifyPlugin"]];
|
||
|
[AmapMapFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"AmapMapFluttifyPlugin"]];
|
||
|
[AmapSearchFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"AmapSearchFluttifyPlugin"]];
|
||
|
[CoreLocationFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"CoreLocationFluttifyPlugin"]];
|
||
|
[FoundationFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"FoundationFluttifyPlugin"]];
|
||
|
[PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]];
|
||
|
[PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]];
|
||
|
[FPPSharePlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPSharePlusPlugin"]];
|
||
|
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
|
||
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
||
|
[FLTURLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTURLLauncherPlugin"]];
|
||
|
}
|
||
|
|
||
|
@end
|