// // YOUPAILCCommonSwitchCell.h // LiveChat // // Created by 张灿 on 2018/8/26. // Copyright © 2018年 caicai. All rights reserved. // #import @interface YOUPAILCCommonSwitchCell : UITableViewCell @property(nonatomic,strong)UIView* youpaipbaseView; @property(nonatomic,strong)UIView* youpaipline; @property(nonatomic,strong)UILabel* youpaipheadLabel; @property(nonatomic,strong)UIButton* youpaipcommonSwitch; @property(nonatomic,assign)BOOL youpaipcanSwitch; /* rightLabel */ @property (strong, nonatomic) UIButton *youpaiprightBtn; @end