10 lines
285 B
Objective-C
10 lines
285 B
Objective-C
//
|
|
// Created by pengfei.zhou on 2019/11/25.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "DoricNavigatorProtocol.h"
|
|
|
|
@interface DoricDefaultNavigator : NSObject <DoricNavigatorProtocol>
|
|
- (instancetype)initWithNavigationController:(UINavigationController *)navigationController;
|
|
@end |