ZFAutoPlayerViewController.h 234 B

12345678910111213
  1. //
  2. // ZFAutoPlayerViewController.h
  3. // ZFPlayer
  4. //
  5. // Created by 紫枫 on 2018/5/14.
  6. // Copyright © 2018年 紫枫. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ZFAutoPlayerViewController : UIViewController
  10. @end