aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/Application.h
blob: a0c525a675d746aabf55f0673d61b57eae74d031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  Application.h
//  iOS UI Test
//
//  Created by Jonathan Willing on 4/8/13.
//  Copyright (c) 2013 AppJon. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface Application : UIApplication

@end