123456789101112131415161718192021 |
- //
- // YOUPAILCCommonSwitchCell.h
- // LiveChat
- //
- // Created by 张灿 on 2018/8/26.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @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
|