aboutsummaryrefslogblamecommitdiffstats
path: root/iBean.old/iBean/AppDelegate.h
blob: 9fe045e5fc773edbfeb160857140fc3f720adbca (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                            
//
//  AppDelegate.h
//  iBean
//
//  Created by Eddie Ehlin on 2012-12-28.
//  Copyright (c) 2012 Eddie Ehlin. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end