https://github.com/halide/Halide
Raw File
Tip revision: 03c72b03164fc3184900dac4f428885a6cd881ff authored by Andrew Adams on 06 December 2016, 22:34:25 UTC
Further progress on register promotion
Tip revision: 03c72b0
AppDelegate.h
//
//  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