mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
5 lines
95 B
C
5 lines
95 B
C
|
#import <Flutter/Flutter.h>
|
||
|
|
||
|
@interface NearbyConnectionsPlugin : NSObject<FlutterPlugin>
|
||
|
@end
|