YHPlayerViewController.h 378 B

1234567891011121314151617181920
  1. //
  2. // YHPlayerViewController.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2019/8/29.
  6. // Copyright © 2019年 xfg. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YHPlayerViewController : BaseViewController
  11. -(instancetype)initWithPlayerURL:(NSString *)url;
  12. @property(nonatomic, strong) NSString *url;
  13. @end
  14. NS_ASSUME_NONNULL_END