提交 CocoaPods 依赖目录

This commit is contained in:
2026-07-07 14:43:51 +08:00
parent cdf2266705
commit 854a66689f
444 changed files with 22857 additions and 3 deletions

View 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