// // YOUPAILZVipCategoryModel.h // VQU // // Created by CY on 2021/8/20. // Copyright © 2021 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZVipCategoryModel : NSObject @property (nonatomic,strong)NSString *youpaipid; @property (nonatomic,strong)NSString *youpaipname; @end NS_ASSUME_NONNULL_END