// // RQVipAuthorityCell.h // jiaPei // // Created by 张嵘 on 2022/3/1. // Copyright © 2022 JCZ. All rights reserved. // #import "RQCommonCollectionViewCell.h" #import "RQVipAuthorityItemViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQVipAuthorityCell : RQCommonCollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *oneIconImageView; @property (weak, nonatomic) IBOutlet UILabel *oneTitleLabel; @property (weak, nonatomic) IBOutlet UILabel *oneContentLabel; @property (weak, nonatomic) IBOutlet UIImageView *twoIconImageView; @property (weak, nonatomic) IBOutlet UILabel *twoTitleLabel; @property (weak, nonatomic) IBOutlet UILabel *twoContentLabel; @property (weak, nonatomic) IBOutlet UIImageView *threeIconImageView; @property (weak, nonatomic) IBOutlet UILabel *threeTitleLabel; @property (weak, nonatomic) IBOutlet UILabel *threeContentLabel; @property (weak, nonatomic) IBOutlet UILabel *adContentLabel; @end NS_ASSUME_NONNULL_END