AMapViewController.h 519 Bytes
Newer Older
houziyu's avatar
houziyu committed
1 2 3 4 5 6 7 8 9
//
//  AMapViewController.h
//  amap_flutter_map
//
//  Created by lly on 2020/10/29.
//

#import <Foundation/Foundation.h>
#import <Flutter/Flutter.h>
10
#include <AMapNaviKit/MAMapKit.h>
houziyu's avatar
houziyu committed
11 12 13 14 15 16 17 18 19 20 21 22 23

NS_ASSUME_NONNULL_BEGIN

@interface AMapViewController : NSObject<FlutterPlatformView>

- (instancetype)initWithFrame:(CGRect)frame
               viewIdentifier:(int64_t)viewId
                    arguments:(id _Nullable)args
                    registrar:(NSObject<FlutterPluginRegistrar>*)registrar;

@end

NS_ASSUME_NONNULL_END