// // YOUPAIZYXianNvBangModel.h // VQU // // Created by Elaine on 2020/7/27. // Copyright © 2020 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAIZYXianNvBangModel : NSObject @property(nonatomic,assign)NSInteger youpaipdiff_num; //总榜距离上一个还差仙女棒个数 @property(nonatomic,assign)NSInteger youpaipprice;//每个仙女棒的价格 @end NS_ASSUME_NONNULL_END