YOUPAILCCommonSwitchCell.h 577 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILCCommonSwitchCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/8/26.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YOUPAILCCommonSwitchCell : UITableViewCell
  10. @property(nonatomic,strong)UIView* youpaipbaseView;
  11. @property(nonatomic,strong)UIView* youpaipline;
  12. @property(nonatomic,strong)UILabel* youpaipheadLabel;
  13. @property(nonatomic,strong)UIButton* youpaipcommonSwitch;
  14. @property(nonatomic,assign)BOOL youpaipcanSwitch;
  15. /* rightLabel */
  16. @property (strong, nonatomic) UIButton *youpaiprightBtn;
  17. @end