1234567891011121314151617 |
- //
- // RQTeachSchoolVideoCell.h
- // JiaPei
- //
- // Created by 张嵘 on 2023/4/6.
- //
- #import "RQCommonCollectionViewCell.h"
- #import "RQTeachSchoolVideoItemViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQTeachSchoolVideoCell : RQCommonCollectionViewCell
- @end
- NS_ASSUME_NONNULL_END
|