ICRAppDelegate.h 401 Bytes
Newer Older
mei's avatar
mei committed
1
 //
mei's avatar
mei committed
2
//  ICRAppDelegate.h
mei's avatar
mei committed
3
//  XFFruit
mei's avatar
mei committed
4 5 6 7 8 9 10 11 12 13 14 15
//
//  Created by Xummer on 3/23/15.
//  Copyright (c) 2015 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>
@class ICRAppViewControllerManager;
@interface ICRAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;
@property (readonly, assign, nonatomic) ICRAppViewControllerManager *m_appViewControllerMgr;
@end