11
This commit is contained in:
22
ShenQi/NotiCenterContentTableViewCell.h
Normal file
22
ShenQi/NotiCenterContentTableViewCell.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// NotiCenterContentTableViewCell.h
|
||||
// ShenQi
|
||||
//
|
||||
// Created by twotutoo on 2025/1/11.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "PushRecordList.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NotiCenterContentTableViewCell : UITableViewCell
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UILabel *contentLabel;
|
||||
|
||||
@property (nonatomic, strong) PushRecordList *list;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user