cdts/xdts-ios 3/TreeHole/Code/Features/Settings/View/BlackListCell.h

19 lines
269 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// BlackListCell.h
// Youth
//
// Created by mambaxie on 2022/1/2.
//
#import "PYTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface BlackListCell : PYTableCell
@property (nonatomic, strong) void(^removeAction)(User *user);
@end
NS_ASSUME_NONNULL_END