// // TSAttachementAdapter.h // Signal // // Created by Frederic Jacobs on 17/12/14. // Copyright (c) 2014 Open Whisper Systems. All rights reserved. // #import #import "TSAttachmentStream.h" #import @interface TSPhotoAdapter : JSQPhotoMediaItem - (instancetype)initWithAttachment:(TSAttachmentStream*)attachment; - (BOOL)isImage; - (BOOL)isAudio; - (BOOL)isVideo; @property NSString *attachmentId; @end