Files
suixinkan_ios_new/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MABaseEngineOverlay.h
汉秋 c5374666de 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>
2026-06-23 10:15:26 +08:00

19 lines
327 B
Objective-C

//
// MABaseEngineOverlay.h
// MAMapKit
//
// Created by linshiqing on 2024/1/23.
// Copyright © 2024 Amap. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface MABaseEngineOverlay : NSObject
/// 移除Overlay Remove Overlay
- (void)removeOverlay;
@end
NS_ASSUME_NONNULL_END