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>
17 lines
445 B
Objective-C
17 lines
445 B
Objective-C
//
|
|
// AMapSearchKit.h
|
|
// AMapSearchKit
|
|
//
|
|
// Created by xiaoming han on 15/7/22.
|
|
// Copyright (c) 2015年 Amap. All rights reserved.
|
|
//
|
|
|
|
#import <AMapSearchKit/AMapSearchAPI.h>
|
|
#import <AMapSearchKit/AMapSearchObj.h>
|
|
#import <AMapSearchKit/AMapCommonObj.h>
|
|
#import <AMapSearchKit/AMapSearchError.h>
|
|
#import <AMapSearchKit/AMapNearbySearchManager.h>
|
|
#import <AMapSearchKit/AMapNearbyUploadInfo.h>
|
|
|
|
#import <AMapSearchKit/AMapSearchVersion.h>
|