jpush-flutter-plugin/ios/Classes/JPushPlugin.h

6 lines
124 B

#import <Flutter/Flutter.h>
@interface JPushPlugin : NSObject<FlutterPlugin>
@property FlutterMethodChannel *channel;
@end