提交 CocoaPods 依赖目录
This commit is contained in:
18
Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MABaseEngineOverlay.h
generated
Normal file
18
Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MABaseEngineOverlay.h
generated
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user