device_identity/example/ios/Runner/GeneratedPluginRegistrant.m

22 lines
475 B
Mathematica
Raw Normal View History

2023-05-10 16:07:15 +08:00
//
// Generated file. Do not edit.
//
// clang-format off
#import "GeneratedPluginRegistrant.h"
#if __has_include(<device_identity/DeviceIdentityPlugin.h>)
#import <device_identity/DeviceIdentityPlugin.h>
#else
@import device_identity;
#endif
@implementation GeneratedPluginRegistrant
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
[DeviceIdentityPlugin registerWithRegistrar:[registry registrarForPlugin:@"DeviceIdentityPlugin"]];
}
@end