Skip to content

Instantly share code, notes, and snippets.

@oliverbarreto
Forked from sendoa/AppDelegate.h
Created December 8, 2013 09:32
Show Gist options
  • Save oliverbarreto/7855150 to your computer and use it in GitHub Desktop.
Save oliverbarreto/7855150 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
#define ApplicationDelegate ((QBKAppDelegate *)[UIApplication sharedApplication].delegate)
@interface QBKAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (copy, nonatomic) NSString* unaCadena;
@end
NSString* unString = ApplicationDelegate.unaCadena;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment