Advertisement
thieumao

Take Photo file .h

May 6th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. #import <UIKit/UIKit.h>
  3.  
  4. @interface ViewController : UIViewController<UIImagePickerControllerDelegate, UINavigationBarDelegate>
  5.  
  6. @property (weak, nonatomic) IBOutlet UIImageView *imageview;
  7. - (IBAction)takephoto:(id)sender;
  8.  
  9. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement