// // ImageViewController.h // RedAnt ERP Mobile // // Created by Ray on 11/6/15. // Copyright © 2015 United Software Applications, Inc. All rights reserved. // #import @interface ImageViewController : UIViewController @property (strong, nonatomic) IBOutlet UIImageView *imageView; @property (strong, nonatomic) UIImage* image; @end