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