ICRAppDelegate.h 423 Bytes
 //
//  ICRAppDelegate.h
//  XFFruit
//
//  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;
-(void)comperVersion;
@end