session-ios/Signal/src/view controllers/FullImageViewController.h

18 lines
385 B
C
Raw Normal View History

2014-10-29 21:58:58 +01:00
//
// FullImageViewController.h
// Signal
//
// Created by Dylan Bourgeois on 11/11/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FullImageViewController : UIViewController
2014-12-19 10:37:33 +01:00
- (instancetype)initWithImage:(UIImage*)image fromRect:(CGRect)rect;
2014-10-29 21:58:58 +01:00
2014-12-19 10:37:33 +01:00
-(void)presentFromViewController:(UIViewController*)viewController;
2014-10-29 21:58:58 +01:00
@end