| 123456789 |
- #import <Flutter/Flutter.h>
- @interface FlutterQiyuPlugin : NSObject <FlutterPlugin>
- @property(nonatomic, retain) FlutterMethodChannel *channel;
- @property(nonatomic, retain) UIViewController *viewController;
- + (void)registerWithRegistrar:(NSObject <FlutterPluginRegistrar> *)registrar;
- @end
|