// // AMapViewController.h // amap_map // // Created by lly on 2020/10/29. // #import #import #import NS_ASSUME_NONNULL_BEGIN @interface AMapViewController : NSObject - (instancetype)initWithFrame:(CGRect)frame viewIdentifier:(int64_t)viewId arguments:(id _Nullable)args registrar:(NSObject*)registrar; @end NS_ASSUME_NONNULL_END