- //
- // RQDspVideoDetailViewController.h
- // JSJP
- //
- // Created by RONGQING on 2022/1/19.
- //
- #import "RQCommonViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQDspVideoDetailViewController : RQCommonViewController <UINavigationControllerDelegate>
- @end
- NS_ASSUME_NONNULL_END
|