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.
23 lines
319 B
Objective-C
23 lines
319 B
Objective-C
//
|
|
// BMFOfflineMap.h
|
|
// flutter_bmfmap
|
|
//
|
|
// Created by zhangbaojin on 2020/3/25.
|
|
//
|
|
|
|
|
|
#ifndef __BMFOfflineMap__H__
|
|
#define __BMFOfflineMap__H__
|
|
#ifdef __OBJC__
|
|
#import <BaiduMapAPI_Map/BMKMapComponent.h>
|
|
#endif
|
|
#endif
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface BMFOfflineMap : BMKOfflineMap
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|