OfficialNotiCell.h
353 字节
//
// OfficialNotiCell.h
// DreamSleep
//
// Created by peter on 2022/10/18.
//
#import "BaseTableViewCell.h"
#import "OfficialNotiModel.h"
NS_ASSUME_NONNULL_BEGIN
/// 官方通知消息详情列表cell
@interface OfficialNotiCell : BaseTableViewCell
@property (nonatomic, strong) OfficialNotiModel *officialNotiModel;
@end
NS_ASSUME_NONNULL_END