init project

This commit is contained in:
Kuloud
2023-12-22 21:23:24 +08:00
commit 1fb3d91106
461 changed files with 58770 additions and 0 deletions

View File

@ -0,0 +1,22 @@
//
// AMapInfoWindow.h
// amap_map
//
// Created by lly on 2020/11/3.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface AMapInfoWindow : NSObject
@property (nonatomic, copy) NSString* title;
@property (nonatomic, copy) NSString* snippet;
@property (nonatomic, assign) CGPoint anchor;
@end
NS_ASSUME_NONNULL_END