Fix compile iOS issue (#12)

* fix ios compile
This commit is contained in:
Hiroshi Horie
2021-10-01 03:57:16 +09:00
committed by GitHub
parent 001f688729
commit 84618cf56f
6 changed files with 10 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
#import <Flutter/Flutter.h>
@interface LiveKitPlugin : NSObject<FlutterPlugin>
@end