mop-flutter-sdk/example/ios/Runner/FlutterMethodChannelHandler.h

17 lines
268 B
Dart
Raw Normal View History

2023-04-10 16:22:48 +08:00
//
// FlutterMethodChannelHandler.h
// Runner
//
// Created by Haley on 2023/4/10.
//
#import <Flutter/Flutter.h>
#import <Foundation/Foundation.h>
@interface FlutterMethodChannelHandler : NSObject
- (instancetype)initWithMessenger:(NSObject *)messenger;
@end