123456789101112131415161718192021 |
- //
- // YOUPAILZVipSetterCell.h
- // VQU
- //
- // Created by CY on 2021/8/21.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZVipSetterModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZVipSetterCell : UITableViewCell
- @property (nonatomic,copy) void (^switchBlock)(YOUPAILZVipSetterModel *model);
- - (void)youpaifreloadWithModel:(YOUPAILZVipSetterModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|