Skip to content

Instantly share code, notes, and snippets.

@eccfcco15
Last active August 29, 2015 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save eccfcco15/364a7d81cd8148e43844 to your computer and use it in GitHub Desktop.
Save eccfcco15/364a7d81cd8148e43844 to your computer and use it in GitHub Desktop.
SharingAddon.h
#import <Foundation/Foundation.h>
#import <MessageUI/MessageUI.h>
#import "CodeaAddon.h"
@interface SharingAddon : CodeaAddon<MFMailComposeViewControllerDelegate>
+ (instancetype) sharedInstance;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment