123456789101112131415161718192021222324 |
- //
- // YOUPAIZYSettingCell.h
- // VQU
- //
- // Created by Elaine on 2020/12/9.
- // Copyright © 2020 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIZYSettingCell : UITableViewCell
- @property(nonatomic,strong)UIView* youpaipbaseView;
- @property(nonatomic,strong)UIImageView* youpaiparrowImgView;
- @property(nonatomic,strong)UILabel* youpaiparrowLabel;
- @property(nonatomic,strong)UILabel* youpaipheadLabel;
- @property (nonatomic, strong) UIButton *youpaiprightSwitch; /// 右边开关控件
- /* 勿扰提示 */
- @property (strong, nonatomic) UILabel *youpaiphintLabel;
- @end
- NS_ASSUME_NONNULL_END
|