cdts/xdts-ios 3/TreeHole/Code/Features/Bottle/View/MessageNotificationCell.h
2023-07-27 09:20:00 +08:00

20 lines
317 B
Objective-C

//
// MessageNotificationCell.h
// Youth
//
// Created by ko1o on 2022/1/9.
//
#import "PYTableViewController.h"
#import "MessageNotification.h"
NS_ASSUME_NONNULL_BEGIN
@interface MessageNotificationCell : PYTableCell
@property (nonatomic, strong) void(^action)(UIButton *button);
@end
NS_ASSUME_NONNULL_END