// // HSQAchievementListCell.h // YouHuiProject // // Created by liuxueli on 2018/11/20. // Copyright © 2018 kuxuan. All rights reserved. // #import #import "HSQAccountModel.h" NS_ASSUME_NONNULL_BEGIN @interface HSQAchievementListCell : UITableViewCell @property(nonatomic,strong)UILabel *titleLabel; @property(nonatomic,strong)UILabel *yearLabel; @property(nonatomic,strong)UILabel *ordernumLabel; @property(nonatomic,strong)UILabel *pricelabel; @property(nonatomic,strong)HSQAccountModel *model; @end NS_ASSUME_NONNULL_END