// // Copyright (c) 2017 Open Whisper Systems. All rights reserved. // #import #import "TSAttachmentStream.h" #import "TSInteraction.h" #import "OWSMessageData.h" @interface FullImageViewController : UIViewController - (instancetype)initWithAttachment:(TSAttachmentStream *)attachment fromRect:(CGRect)rect forInteraction:(TSInteraction *)interaction messageItem:(id)messageItem isAnimated:(BOOL)animated; - (void)presentFromViewController:(UIViewController *)viewController; @end