// // NYLIVipCoachViewModel.h // jiaPei // // Created by Ning.ge on 2025/1/23. // Copyright © 2025 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYLIVipCoachViewModel : RQCommonCollectionViewModel @property (nonatomic, readonly, assign) RQVIPPageType vipPageType; @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType; @end NS_ASSUME_NONNULL_END