//
//  AppDelegate.h
//  UtilityTest
//
//  Created by Robert Metcalfe on 8/01/14.
//  Copyright (c) 2014 Robert Metcalfe. All rights reserved.
//

#import <UIKit/UIKit.h>

@class MainViewController;

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) MainViewController *mainViewController;

@end
