Raw File
//
//  AppDelegate.h
//  Halide test
//
//  Created by Andrew Adams on 6/27/14.
//  Copyright (c) 2014 Andrew Adams. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
back to top