//
//  WVNavigation.h
//  Demo
//
//  Created by daoche.jb on 2018/9/26.
//  Copyright © 2018年 WindVane. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

#if __has_include(<WindVane/WindVane.h>)
#import <WindVaneBridge/WindVaneBridge.h>


@interface WVNavigator : WVDynamicHandler

@end
#else

@interface WVNavigator : NSObject

@end
#endif
