You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
301 B
Objective-C
19 lines
301 B
Objective-C
//
|
|
// BMFOfflineMapManager.h
|
|
// flutter_bmfmap
|
|
//
|
|
// Created by zhangbaojin on 2020/3/25.
|
|
//
|
|
|
|
#import <Flutter/Flutter.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface BMFOfflineMapManager : NSObject <FlutterPlugin>
|
|
|
|
@property (nonatomic, strong) FlutterMethodChannel *channel;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|