https://github.com/halide/Halide
Raw File
Tip revision: 9864bd4266cd0d65815a538bd9dfafa25c7a9b00 authored by Alex Reinking on 16 August 2024, 20:51:21 UTC
Fix bundling error on buildbots (#8392)
Tip revision: 9864bd4
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top