blob: 0b148b16911276265bb0d819e992e7daebcefc1e [file] [log] [blame]
//
// AppDelegate.h
// TestRunner
//
// Created by Eloy DurĂ¡n on 3/27/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end