YBHomeViewController.h 327 B

12345678910111213141516171819
  1. //
  2. // YBHomeViewController.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2022/5/28.
  6. // Copyright © 2022 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBHomeViewController : YBBaseViewController
  11. -(void)scrollToIdx:(int)idx refresh:(BOOL)refresh;
  12. @end
  13. NS_ASSUME_NONNULL_END