//
//  EMASWindVaneViewController.h
//  <%= appName %>
//
//  Created by daoche.jb on 2018/9/29.
//  Copyright © 2018年 EMAS. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

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

#import <WindVane/WindVane.h>

NS_ASSUME_NONNULL_BEGIN

@interface EMASWindVaneViewController : WVUIWebViewController

@end

NS_ASSUME_NONNULL_END

#else
@interface EMASWindVaneViewController : UIViewController

@end

#endif
