// // MyTabbarController.h // LNManager // // Created by EchoShacolee on 2017/4/6. // Copyright © 2017年 lee. All rights reserved. // #import <UIKit/UIKit.h> #import "LoginVC.h" @interface MyTabbarController : UITabBarController @end