https://github.com/halide/Halide
Raw File
Tip revision: 95a753fd49bde4b5c15fdfadfe19db76cd9c67c3 authored by Alex Reinking on 08 June 2024, 15:51:01 UTC
Remove unused is_update parameter from apply_split
Tip revision: 95a753f
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top