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