// // AmapViewFactory.h // amap_location // // Created by i2edu on 2020/4/23. // #import #import #import NS_ASSUME_NONNULL_BEGIN @interface FlutterAmapView : NSObject -(instancetype _Nullable)initWithFrame:(CGRect)frame viewindentifier:(int64_t)viewId arguments:(id _Nullable)args binaryMessenger:(NSObject *_Nonnull)messenger; -(nonnull UIView*) view; @end @interface FlutterAmapViewFactory : NSObject -(instancetype _Nullable )initWithMessenger:(NSObject*_Nonnull)messenger; @end NS_ASSUME_NONNULL_END