initial
This commit is contained in:
24
Pods/AMapNavi-NO-IDFA/AMapNaviKit.framework/Headers/MAOfflineProvince.h
generated
Normal file
24
Pods/AMapNavi-NO-IDFA/AMapNaviKit.framework/Headers/MAOfflineProvince.h
generated
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// MAOfflineProvince.h
|
||||
// MapKit_static
|
||||
//
|
||||
// Created by songjian on 14-4-24.
|
||||
// Copyright © 2016 Amap. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MAConfig.h"
|
||||
|
||||
#if MA_INCLUDE_OFFLINE
|
||||
|
||||
#import "MAOfflineItem.h"
|
||||
#import "MAOfflineItemCommonCity.h"
|
||||
|
||||
///离线地图,省地图信息
|
||||
@interface MAOfflineProvince : MAOfflineItem
|
||||
|
||||
///包含的城市数组(都是MAOfflineItemCommonCity类型)
|
||||
@property (nonatomic, strong, readonly) NSArray *cities;
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user