Created
May 8, 2012 04:51
-
-
Save topgenorth/2632678 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// WARNING | |
// This file has been generated automatically by MonoDevelop to | |
// mirror C# types. Changes in this file made by drag-connecting | |
// from the UI designer will be synchronized back to C#, but | |
// more complex manual changes may not transfer correctly. | |
#import "TakeAPicture_iPhoneViewController.h" | |
@implementation TakeAPicture_iPhoneViewController | |
@synthesize btnTakePicture = _btnTakePicture; | |
@synthesize imgSnapshot = _imgSnapshot; | |
- (IBAction)actionTakeAPicture:(id)sender forEvent:(UIEvent *)event { | |
} | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment