12345678910111213141516171819 |
- //
- // PBVideoPlayViewController.h
- // AFNetworking
- //
- // Created by hello on 2025/3/8.
- //
- #import <UIKit/UIKit.h>
- #import "PBVideoModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PBVideoPlayViewController : UIViewController
- @property(nonatomic,strong) PBVideoModel *videoModel;
- @end
- NS_ASSUME_NONNULL_END
|