Skip to content

Instantly share code, notes, and snippets.

@topgenorth
Created May 8, 2012 04:51
Show Gist options
  • Save topgenorth/2632678 to your computer and use it in GitHub Desktop.
Save topgenorth/2632678 to your computer and use it in GitHub Desktop.
// 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