Skip to content

Instantly share code, notes, and snippets.

@ianbarber
Created August 2, 2012 17:06
Show Gist options
  • Save ianbarber/3238762 to your computer and use it in GitHub Desktop.
Save ianbarber/3238762 to your computer and use it in GitHub Desktop.
@interface AppDelegate : UIResponder <UIApplicationDelegate>
{
GooglePlusShare *share;
}
@property (strong, nonatomic) UIWindow *window;
@property (retain, nonatomic) GooglePlusShare *share;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment