| 12345678910111213141516171819 |
- //
- // YBHomeViewController.h
- // YBVideo
- //
- // Created by YB007 on 2022/5/28.
- // Copyright © 2022 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YBHomeViewController : YBBaseViewController
- -(void)scrollToIdx:(int)idx refresh:(BOOL)refresh;
- @end
- NS_ASSUME_NONNULL_END
|