Files
OrderScheduling/Pods/DDMAMapKit_Private/DDMAMapKit_Private/Classes/DDMAMap/AnnotationView/DriveRouteCustomAnnotationView.h
T
2023-08-18 17:28:57 +08:00

16 lines
317 B
Objective-C

//
// DriveRouteCustomAnnotationView.h
// DDCategoryKit_Private
// Created by DDIsFriend on 2023/2/3.
#import <AMapNaviKit/MAMapKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface DriveRouteCustomAnnotationView : MAAnnotationView
@property (nonatomic, strong)UILabel *customTextLabel;
@end
NS_ASSUME_NONNULL_END