| 12345678910111213141516171819 |
- //
- // BGTabBarCenterView.h
- // BuguLive
- //
- // Created by 宋晨光 on 2019/1/12.
- // Copyright © 2019年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <QMUIKit/QMUIButton.h>
- @interface BGTabBarCenterView : UIView
- @property (nonatomic, strong) QMUIButton *leftBtn;
- @property (nonatomic, strong) QMUIButton *rightBtn;
- @end
|