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