5 lines
92 B
C
5 lines
92 B
C
|
#import <Flutter/Flutter.h>
|
||
|
|
||
|
@interface DeviceIdentityPlugin : NSObject<FlutterPlugin>
|
||
|
@end
|