NYLIVideoDetailSubGroupViewModel.m 392 B

12345678910111213141516171819202122
  1. //
  2. // NYLIVideoDetailSubGroupViewModel.m
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/2/12.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import "NYLIVideoDetailSubGroupViewModel.h"
  9. @implementation NYLIVideoDetailSubGroupViewModel
  10. /// init
  11. - (instancetype)init {
  12. if (self = [super init]) {
  13. // self.footerHeight = RQ_FIT_HORIZONTAL(260.f);
  14. }
  15. return self;
  16. }
  17. @end