session-ios/Session/Conversations/Views & Cells/OWSMessageCell.h

20 lines
350 B
C
Raw Normal View History

2017-10-10 22:13:54 +02:00
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
2017-10-10 22:13:54 +02:00
//
#import "ConversationViewCell.h"
@class OWSMessageBubbleView;
2017-10-10 22:13:54 +02:00
NS_ASSUME_NONNULL_BEGIN
@interface OWSMessageCell : ConversationViewCell
@property (nonatomic, readonly) OWSMessageBubbleView *messageBubbleView;
2017-10-17 06:05:29 +02:00
+ (NSString *)cellReuseIdentifier;
2017-10-10 22:13:54 +02:00
@end
NS_ASSUME_NONNULL_END