12345678910111213141516171819 |
- //
- // RQVipCenterHeaderItemView.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/11/21.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RQVipCenterHeaderItemView : UIView
- @property (weak, nonatomic) IBOutlet UIImageView *lastImg;
- @property (weak, nonatomic) IBOutlet UILabel *myVipSubjectTitleLabel;
- + (instancetype)rqVipCenterHeaderItemViewWithFrame:(CGRect)frame;
- @end
- NS_ASSUME_NONNULL_END
|