// // NYLiVipContentNewCell01.h // jiaPei // // Created by Ning.ge on 2025/2/6. // Copyright © 2025 JCZ. All rights reserved. // #import "RQCommonCell.h" NS_ASSUME_NONNULL_BEGIN @interface NYLiVipContentNewCell01 : RQCommonCollectionViewCell @property (weak, nonatomic) IBOutlet UILabel *myTitleLabel; @property (weak, nonatomic) IBOutlet UILabel *mySubTitleLabel; @end NS_ASSUME_NONNULL_END