29 lines
510 B
Objective-C
29 lines
510 B
Objective-C
//
|
|
// ARoutePlaneController.h
|
|
// ANavDemo
|
|
//
|
|
// Created by admin on 2026/2/5.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "ABaseViewController.h"
|
|
|
|
#import "SelectableOverlay.h"
|
|
#import "NaviPointAnnotation.h"
|
|
|
|
#import <AMapNaviKit/AMapNaviKit.h>
|
|
|
|
#import "ACustomAnnotationView.h"
|
|
#import "AMapNavSDKHeader.h"
|
|
#import "ACustomPointAnnotation.h"
|
|
#import "ATripCalcResponse.h"
|
|
#import "AMapNavCommonUtil.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface ARoutePlaneController : ABaseViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|