1234567891011121314151617 |
- //
- // RQVideoDetailSubPageSectionHeaderView.m
- // SDJK
- //
- // Created by 张嵘 on 2021/11/5.
- //
- #import "RQVideoDetailSubPageSectionHeaderView.h"
- @implementation RQVideoDetailSubPageSectionHeaderView
- /// init
- + (instancetype)videoDetailSubPageSectionHeaderView {
- return [super rq_viewFromXib];
- }
- @end
|