ImageViewController.h 357 B

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