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