RootTabBarController.h
380 Bytes
//
// RootTabBarController.h
// IVTMeLiveTwo
//
// Created by XRG on 16/8/10.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RootTabBarController : UITabBarController
//是否正在第三方绑定登录
@property (nonatomic, assign) BOOL isBinding;
+ (RootTabBarController *)tabBarVC;
- (void)showGlobalMsg:(NSString *)msg;
@end