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