2023-01-19 12:37:04 -05:00

9 lines
160 B
Objective-C

#include "HsFFI.h"
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, assign) UIWindow *window;
@end