MessageOfficialNotiCell.h 384 字节
//
//  MessageOfficialNotiCell.h
//  DreamSleep
//
//  Created by peter on 2022/10/10.
//

#import "BaseTableViewCell.h"
#import "MessageOfficialModel.h"

NS_ASSUME_NONNULL_BEGIN

/// 消息中心顶部官方通知和点赞通知cell
@interface MessageOfficialNotiCell : BaseTableViewCell
@property (nonatomic, strong) MessageOfficialModel *officialModel;
@end

NS_ASSUME_NONNULL_END