|
//
|
|
// AppDelegate.h
|
|
// iRE
|
|
//
|
|
// Created by veracode on 11/8/13.
|
|
// Copyright (c) 2013 veracode. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|