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