YOUPAILZVipSetterCell.h 434 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZVipSetterCell.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/8/21.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILZVipSetterModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZVipSetterCell : UITableViewCell
  12. @property (nonatomic,copy) void (^switchBlock)(YOUPAILZVipSetterModel *model);
  13. - (void)youpaifreloadWithModel:(YOUPAILZVipSetterModel *)model;
  14. @end
  15. NS_ASSUME_NONNULL_END