Sign in
flutter
/
mirrors
/
flutter
/
f34f8a31972824ddd8090c61f504ab7f51ba94fc
/
.
/
packages
/
flutter_tools
/
templates
/
plugin
/
ios.tmpl
/
Classes
/
pluginClass.h.tmpl
blob: e412050fcf92a10c47e8c3446302c1dd10360b9a [
file
]
#import <Flutter/Flutter.h>
@interface
{{
pluginClass
}}
:
NSObject
-
initWithFlutterView
:(
FlutterViewController
*)
flutterView
;
@end