BGTabBarController.h 333 B

123456789101112131415161718
  1. //
  2. // BGTabBarController.h
  3. // BuguLive
  4. //
  5. // Created by xfg on 2017/6/26.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BGTabBarController : UITabBarController
  10. @property (nonatomic, assign) BOOL adShowFinished;
  11. // 单例模式
  12. BogoSingletonH(Instance);
  13. -(void)showNesBarRedNum;
  14. @end