RQVideoDetailSubPageSectionHeaderView.m 311 B

1234567891011121314151617
  1. //
  2. // RQVideoDetailSubPageSectionHeaderView.m
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/11/5.
  6. //
  7. #import "RQVideoDetailSubPageSectionHeaderView.h"
  8. @implementation RQVideoDetailSubPageSectionHeaderView
  9. /// init
  10. + (instancetype)videoDetailSubPageSectionHeaderView {
  11. return [super rq_viewFromXib];
  12. }
  13. @end