//
//  SuiteWindVaneConfig.h
//  suite-ios-h5
//
//  Created by junmo on 2018/12/10.
//  Copyright © 2018年 junmo. All rights reserved.
//
#import <Foundation/Foundation.h>

@interface SuiteWindVaneConfig : NSObject
#if __has_include(<WindVane/WindVane.h>)

+ (void)setUpWindValuePlugin;
#else
#endif
@end

