12345678910111213141516171819202122 |
- //
- // NYLIVideoDetailSubGroupViewModel.m
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/12.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import "NYLIVideoDetailSubGroupViewModel.h"
- @implementation NYLIVideoDetailSubGroupViewModel
- /// init
- - (instancetype)init {
- if (self = [super init]) {
- // self.footerHeight = RQ_FIT_HORIZONTAL(260.f);
- }
- return self;
- }
- @end
|