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