YHTimeLineViewController.h 463 B

123456789101112131415161718192021222324
  1. //
  2. // YHTimeLineViewController.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2019/8/23.
  6. // Copyright © 2019年 xfg. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. #import "MLMSegmentManager.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YHTimeLineViewController : BaseViewController
  12. @property (nonatomic, assign) MLMSegmentHeadStyle style;
  13. @property (nonatomic, assign) MLMSegmentLayoutStyle layout;
  14. -(void)handleSearchEvent;
  15. @end
  16. NS_ASSUME_NONNULL_END