NYLIVipCoachViewModel.h 436 B

12345678910111213141516171819
  1. //
  2. // NYLIVipCoachViewModel.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/1/23.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYLIVipCoachViewModel : RQCommonCollectionViewModel
  11. @property (nonatomic, readonly, assign) RQVIPPageType vipPageType;
  12. @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType;
  13. @end
  14. NS_ASSUME_NONNULL_END