Skip to content

Instantly share code, notes, and snippets.

View luispedrofonseca's full-sized avatar

Luis Fonseca luispedrofonseca

View GitHub Profile
#import <Foundation/Foundation.h>
void _handshake();
void _postToInstagram(const char *, const char *);
@interface InstagramShare : NSObject <UIDocumentInteractionControllerDelegate>
{
UIWindow *nativeWindow;
}