// // JXVipDetailHeaderView.h // Demo // // Created by cindy on 2020/6/3. // Copyright © 2020 Seqster. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface JXVipDetailHeaderView : UIView @property (nonatomic, strong) UIImageView *backImageView;//背景图片 @property (nonatomic, strong) UIImageView *myGradeBigBackView;//当前等级大图片背景 @property (nonatomic, strong) UILabel *numberLabel; @property (nonatomic, strong) UIImageView *headerImageView; //头像 @property (nonatomic, strong) UILabel *nameLabel;//昵称 @property (nonatomic, strong) UIImageView *myGradeView;//当前等级图片 @property (nonatomic, strong) UIButton *leftGradeButton; //当前等级 @property (nonatomic, strong) UIButton *nextGradeButton; //下一级等级 @property (nonatomic, strong) UIImageView *progressImageView;//进度条背景图 @property (nonatomic, strong) UIImageView *currentProgressImageView;//当前进度 @property (nonatomic, strong) UIImageView *prgImageView;//进度值指示点图片 @property (nonatomic, strong) UILabel *progressLabel; //进度值 @property (nonatomic, strong) UIImageView *sanjiaoxingView;//三角形图片 @property (nonatomic, strong) UIView *dianView; //点 @property (nonatomic, strong) UILabel *currentLabel; @property (nonatomic, strong) UILabel *currentPriceLabel;//存款值 @property (nonatomic, strong) UILabel *vipDeitalL;//存款值 @property (nonatomic, strong) UIButton *gobackBtn;//存款值 @end NS_ASSUME_NONNULL_END