BGShopViewController.h 539 B

1234567891011121314151617181920212223
  1. //
  2. // BGShopViewController.h
  3. // BuguLive
  4. //
  5. // Created by 志刚杨 on 2019/4/1.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. #import "MLMSegmentManager.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface BGShopViewController : BGBaseViewController
  12. @property (nonatomic, assign) MLMSegmentHeadStyle style;
  13. @property (nonatomic, assign) MLMSegmentLayoutStyle layout;
  14. @property (nonatomic, strong) MLMSegmentHead *segHead;
  15. @property (nonatomic, strong) MLMSegmentScroll *segScroll;
  16. @end
  17. NS_ASSUME_NONNULL_END