22 lines
475 B
Mathematica
22 lines
475 B
Mathematica
|
//
|
||
|
// 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
|