summaryrefslogtreecommitdiff
path: root/ios/MBXAppDelegate.h
blob: 10234333206e6e163e35142422e1513be807d813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  MBXAppDelegate.h
//  ios
//
//  Created by Justin R. Miller on 1/27/14.
//
//

#import <UIKit/UIKit.h>

@interface MBXAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end