Files
GVUserDefaults/Example/AppDelegate.h
Kevin Renskers 1f5f9dcbc0 Initial
2012-12-18 22:27:36 +00:00

16 lines
278 B
Objective-C

//
// AppDelegate.h
// Example
//
// Created by Kevin Renskers on 18-12-12.
// Copyright (c) 2012 Gangverk. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end