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