AppDelegate.h   [plain text]


//
//  AppDelegate.h
//  Keychain
//
//  Created by john on 10/22/12.
//
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end