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