aboutsummaryrefslogtreecommitdiff
path: root/examples/iOS/xdelta3-ios-test/xdelta3-ios-test/Xd3iOSAppDelegate.h
blob: 27c5229bedc4d64fd399708d59ba708166b50932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  Xd3iOSAppDelegate.h
//  xdelta3-ios-test
//
//  Created by Joshua MacDonald on 6/16/12.
//  Copyright (c) 2011, 2012 Joshua MacDonald. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface Xd3iOSAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end