Guest User

Untitled

a guest
Jan 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. //
  2. // DataCaptureViewController.h
  3. //
  4.  
  5. #import <Foundation/Foundation.h>
  6.  
  7. @interface DataCaptureViewController : UIViewController
  8. {
  9. IBOutlet UIImageView *tempImage;
  10. }
  11.  
  12. @property (nonatomic, retain) IBOutlet UIImageView *tempImage;
  13.  
  14. @end
Add Comment
Please, Sign In to add comment