NewSmallVideoViewController.h 579 B

1234567891011121314151617181920212223
  1. //
  2. // NewSmallVideoViewController.h
  3. // BuguLive
  4. //
  5. // Created by 范东 on 2019/2/20.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import "TYTabButtonPagerController.h"
  9. #import "MLMSegmentManager.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface NewSmallVideoViewController : UIViewController<MLMSegmentHeadDelegate>
  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