// // YOUPAIProfileMenuItemContentCell.h // MSYOUPAI // // Created by xiaohaoran on 2022/3/7. // Copyright © 2022 MS. All rights reserved. // #import #import "YOUPAILCBaseInfo.h" @class YOUPAIHRMedalView; NS_ASSUME_NONNULL_BEGIN @interface YOUPAIProfileMenuItemContentCell : UITableViewCell @property (nonatomic, strong) UIImageView *youpaipimgV; /// 图片 @property (nonatomic, strong) UILabel *youpaiptextL; /// 文本 @property (nonatomic, strong) UILabel *youpaipsubTextL; /// 子标题 @property (nonatomic, strong) UIImageView *youpaiprightArrowImgV; /// 右边箭头 @property (nonatomic, strong) UIButton *youpaiprightSwitch; /// 右边开关控件 /* 右边文字 */ @property (strong, nonatomic) UILabel *youpaiprightLabel; /* 右边显示勋章Image */ @property (strong, nonatomic) UIImageView *youpaiprightImageView; /// 右侧展示类型 /// default LZTableViewCellAccessoryNone @property (nonatomic, assign) LZTableViewCellAccessoryType youpaiplz_accessoryType; /* YOUPAIHRMedalView */ @property (strong, nonatomic) YOUPAIHRMedalView *youpaiprighMedaltView; @property(nonatomic,strong)UIView *youpaipredView; @property(nonatomic,copy)NSString *youpaipisShow; @property(nonatomic,assign)NSInteger youpaiprightWidth; @property(nonatomic,strong)UIView *bgView; @property(nonatomic,strong)UIView *line; @end NS_ASSUME_NONNULL_END