9 lines
160 B
Objective-C
9 lines
160 B
Objective-C
#include "HsFFI.h"
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (nonatomic, assign) UIWindow *window;
|
|
|
|
@end
|