YOUPAILCFirstRechargeModel.h 479 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILCFirstRechargeModel.h
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/9/10.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "YOUPAILCBannerModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILCFirstRechargeModel : NSObject
  12. /* 是否显示 */
  13. @property (assign, nonatomic) NSInteger youpaipis_open;
  14. /* list */
  15. @property (strong, nonatomic) NSMutableArray <YOUPAILCBannerModel*>*youpaiplist;
  16. @end
  17. NS_ASSUME_NONNULL_END