// // AppDelegate.h // iToYoung // // Created by Yaotian on 5/13/16. // Copyright © 2016 Kollway. All rights reserved. // #import <UIKit/UIKit.h> #import "WXApi.h" @interface AppDelegate : UIResponder <UIApplicationDelegate,WXApiDelegate> @property (strong, nonatomic) UIWindow *window; - (void)toMain; - (void)toLogin; - (void)toGuide; + (UITabBarController *) mainViewController; @end