- //
- // ZFDouYinViewController.h
- // ZFPlayer_Example
- //
- // Created by 紫枫 on 2018/6/4.
- // Copyright © 2018年 紫枫. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ZFDouYinViewController : UIViewController
- - (void)playTheIndex:(NSInteger)index;
- @end
|