ZFDouyinCollectionViewController.h 461 B

12345678910111213141516171819202122
  1. //
  2. // ZFDouyinCollectionViewController.h
  3. // ZFPlayer_Example
  4. //
  5. // Created by 紫枫 on 2019/6/4.
  6. // Copyright © 2019 紫枫. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <ZFPlayer/UIScrollView+ZFPlayer.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface ZFDouyinCollectionViewController : UIViewController
  12. @property (nonatomic, assign) ZFPlayerScrollViewDirection scrollViewDirection;
  13. - (void)playTheIndex:(NSInteger)index;
  14. @end
  15. NS_ASSUME_NONNULL_END