Skip to content

Instantly share code, notes, and snippets.

@hunk
Created August 16, 2011 01:52
Show Gist options
  • Select an option

  • Save hunk/1148286 to your computer and use it in GitHub Desktop.

Select an option

Save hunk/1148286 to your computer and use it in GitHub Desktop.
// MailTestViewController.h
#import <UIKit/UIKit.h>
#import <MessageUI/MessageUI.h>
@interface MailTestViewController : UIViewController <MFMailComposeViewControllerDelegate>{
IBOutlet UIButton *myButton;
}
- (IBAction)buttonPressed;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment