Skip to content

Instantly share code, notes, and snippets.

View andrassomogyi's full-sized avatar

András Somogyi andrassomogyi

View GitHub Profile
@andrassomogyi
andrassomogyi / AViewController.h
Created September 25, 2015 09:43
SFSafariViewController Objective-C example
#import <UIKit/UIKit.h>
@import SafariServices;
@interface AViewController : UIViewController
//
// ...
//
@end