session-ios/Signal/src/ViewControllers/ConversationView/Cells/OWSGenericAttachmentView.h
2017-10-18 12:13:26 -07:00

20 lines
355 B
Objective-C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
NS_ASSUME_NONNULL_BEGIN
@class TSAttachmentStream;
@interface OWSGenericAttachmentView : UIView
- (instancetype)initWithAttachment:(TSAttachmentStream *)attachmentStream isIncoming:(BOOL)isIncoming;
- (void)createContents;
+ (CGFloat)bubbleHeight;
@end
NS_ASSUME_NONNULL_END