PBVideoPlayViewController.h 308 B

12345678910111213141516171819
  1. //
  2. // PBVideoPlayViewController.h
  3. // AFNetworking
  4. //
  5. // Created by hello on 2025/3/8.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "PBVideoModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PBVideoPlayViewController : UIViewController
  11. @property(nonatomic,strong) PBVideoModel *videoModel;
  12. @end
  13. NS_ASSUME_NONNULL_END