Add ScenicPermission module and AMap CocoaPods with simulator support.
Integrate scenic selection and permission flows into home routing, add AMap SDK for device builds while keeping arm64 simulators compilable via Podfile post_install hooks. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
25
Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemCommonCity.h
generated
Normal file
25
Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemCommonCity.h
generated
Normal file
@ -0,0 +1,25 @@
|
||||
//
|
||||
// MAOfflineItemCommonCity.h
|
||||
// MapKit_static
|
||||
//
|
||||
// Created by songjian on 14-4-23.
|
||||
// Copyright © 2016 Amap. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MAConfig.h"
|
||||
|
||||
#if MA_INCLUDE_OFFLINE
|
||||
|
||||
#import "MAOfflineCity.h"
|
||||
|
||||
///普通城市
|
||||
///Ordinary city
|
||||
@interface MAOfflineItemCommonCity : MAOfflineCity
|
||||
|
||||
///所属省份
|
||||
///Province
|
||||
@property (nonatomic, weak) MAOfflineItem *province;
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user