YOUPAIZYSettingCell.h 645 B

123456789101112131415161718192021222324
  1. //
  2. // YOUPAIZYSettingCell.h
  3. // VQU
  4. //
  5. // Created by Elaine on 2020/12/9.
  6. // Copyright © 2020 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIZYSettingCell : UITableViewCell
  11. @property(nonatomic,strong)UIView* youpaipbaseView;
  12. @property(nonatomic,strong)UIImageView* youpaiparrowImgView;
  13. @property(nonatomic,strong)UILabel* youpaiparrowLabel;
  14. @property(nonatomic,strong)UILabel* youpaipheadLabel;
  15. @property (nonatomic, strong) UIButton *youpaiprightSwitch; /// 右边开关控件
  16. /* 勿扰提示 */
  17. @property (strong, nonatomic) UILabel *youpaiphintLabel;
  18. @end
  19. NS_ASSUME_NONNULL_END