session-ios/Signal/src/ViewControllers/FullImageViewController.h

26 lines
691 B
C
Raw Normal View History

2014-10-29 21:58:58 +01:00
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
2014-10-29 21:58:58 +01:00
//
#import "OWSMessageData.h"
#import "OWSViewController.h"
#import "TSAttachmentStream.h"
#import "TSInteraction.h"
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
2014-10-29 21:58:58 +01:00
@interface FullImageViewController : OWSViewController
2014-10-29 21:58:58 +01:00
- (instancetype)initWithAttachment:(TSAttachmentStream *)attachment
fromRect:(CGRect)rect
forInteraction:(TSInteraction *)interaction
messageItem:(id<OWSMessageData>)messageItem
isAnimated:(BOOL)animated;
2014-10-29 21:58:58 +01:00
- (void)presentFromViewController:(UIViewController *)viewController;
2014-10-29 21:58:58 +01:00
@end
NS_ASSUME_NONNULL_END