// // BGTabBarController.h // BuguLive // // Created by xfg on 2017/6/26. // Copyright © 2017年 xfg. All rights reserved. // #import @interface BGTabBarController : UITabBarController @property (nonatomic, assign) BOOL adShowFinished; // 单例模式 BogoSingletonH(Instance); -(void)showNesBarRedNum; @end