/*
 * WindVane.h
 * 
 * Created by WindVane.
 * Copyright (c) 2014年 阿里巴巴-无线事业部. All rights reserved.
 */

#ifdef __OBJC__

#if __has_include(<WindVaneCore/WindVaneCore.h>)
#import <WindVaneCore/WindVaneCore.h>
#endif

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

#if __has_include(<WindVaneBasic/WindVaneBasic.h>)
#import <WindVaneBasic/WindVaneBasic.h>
#endif

#if __has_include(<WindVaneAPI/WindVaneAPI.h>)
#import <WindVaneAPI/WindVaneAPI.h>
#endif

#if __has_include(<WindVanePackageApp/WindVanePackageApp.h>)
#import <WindVanePackageApp/WindVanePackageApp.h>
#endif

#if __has_include(<WindVaneMonitor/WindVaneMonitor.h>)
#import <WindVaneMonitor/WindVaneMonitor.h>
#endif

#if __has_include(<WindVaneTBExtension/WindVaneTBExtension.h>)
#import <WindVaneTBExtension/WindVaneTBExtension.h>
#endif

#endif /* __OBJC__ */
