ZFDouYinViewController.h 273 B

123456789101112131415
  1. //
  2. // ZFDouYinViewController.h
  3. // ZFPlayer_Example
  4. //
  5. // Created by 紫枫 on 2018/6/4.
  6. // Copyright © 2018年 紫枫. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ZFDouYinViewController : UIViewController
  10. - (void)playTheIndex:(NSInteger)index;
  11. @end