// // VipSubjectCollectionViewCell.h // jiaPei // // Created by 张嵘 on 2019/9/3. // Copyright © 2019 JCZ. All rights reserved. // #import #import "QuestionModel.h" NS_ASSUME_NONNULL_BEGIN @interface VipSubjectCollectionViewCell : UICollectionViewCell @property (nonatomic, readwrite, strong) QuesTionItem * _Nullable quesTionItem; @property (weak, nonatomic) IBOutlet UIButton *subjectBtn; @end NS_ASSUME_NONNULL_END