BGTabBarCenterView.h 345 B

12345678910111213141516171819
  1. //
  2. // BGTabBarCenterView.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2019/1/12.
  6. // Copyright © 2019年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <QMUIKit/QMUIButton.h>
  10. @interface BGTabBarCenterView : UIView
  11. @property (nonatomic, strong) QMUIButton *leftBtn;
  12. @property (nonatomic, strong) QMUIButton *rightBtn;
  13. @end