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