43 lines
1.2 KiB
Objective-C
43 lines
1.2 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<integration_test/IntegrationTestPlugin.h>)
|
|
#import <integration_test/IntegrationTestPlugin.h>
|
|
#else
|
|
@import integration_test;
|
|
#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(<record_ios/RecordIosPlugin.h>)
|
|
#import <record_ios/RecordIosPlugin.h>
|
|
#else
|
|
@import record_ios;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[IntegrationTestPlugin registerWithRegistrar:[registry registrarForPlugin:@"IntegrationTestPlugin"]];
|
|
[PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]];
|
|
[PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]];
|
|
[RecordIosPlugin registerWithRegistrar:[registry registrarForPlugin:@"RecordIosPlugin"]];
|
|
}
|
|
|
|
@end
|