更新pod,优化车辆监控

This commit is contained in:
DDIsFriend
2023-12-29 10:13:04 +08:00
parent 3a600682fd
commit 527dc9f97c
11 changed files with 176 additions and 148 deletions

View File

@@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
@class DDAnnotation;
@interface DDMAMapView : UIView
@property (nonatomic, strong, nonnull)MAMapView *maMapView;
@property (nonatomic, strong, nonnull)MAMapView *maMapView UI_APPEARANCE_SELECTOR;
@property (nonatomic, weak)id<DDMAMapViewDelegate> delegate;