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