session-ios/Signal/src/Models/TSMessageAdapaters/TSGenericAttachmentAdapter.h

20 lines
463 B
C
Raw Normal View History

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "OWSMessageEditing.h"
#import "OWSMessageMediaAdapter.h"
#import <JSQMessagesViewController/JSQMediaItem.h>
2017-03-29 20:49:26 +02:00
NS_ASSUME_NONNULL_BEGIN
@class TSAttachmentStream;
@interface TSGenericAttachmentAdapter : JSQMediaItem <OWSMessageEditing, OWSMessageMediaAdapter>
- (instancetype)initWithAttachment:(TSAttachmentStream *)attachment incoming:(BOOL)incoming;
@end
2017-03-29 20:49:26 +02:00
NS_ASSUME_NONNULL_END