// // RQVipContentNew23Cell.h // jiaPei // // Created by 张嵘 on 2022/10/20. // Copyright © 2022 JCZ. All rights reserved. // #import "RQCommonCollectionViewCell.h" #import "RQVipContentNew23ItemViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQVipContentNew23Cell : RQCommonCollectionViewCell @property (weak, nonatomic) IBOutlet UILabel *myTitleLabel; @property (weak, nonatomic) IBOutlet UILabel *mySubTitleLabel; @end NS_ASSUME_NONNULL_END