NYLIVipHeaderImageViewGroupModel.h 571 B

123456789101112131415161718192021
  1. //
  2. // NYLIVipHeaderImageViewGroupModel.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/2/5.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYLIVipHeaderImageViewGroupModel : RQCommonGroupViewModel
  11. @property (nonatomic, readonly, strong) RQVideoVipModel *videoVipModel;
  12. @property (nonatomic, readonly, strong) NSString *headerImageName;
  13. /// init
  14. - (instancetype)initWithRQVideoVipModel:(RQVideoVipModel *)videoVipModel chooseTypeModel:(RQTypeModel *)chooseTypeModel;
  15. @end
  16. NS_ASSUME_NONNULL_END