minifb-zig-port/tests/ios/AppDelegate.h
Carlos Aragones 8e1a981085 test 1
2020-04-26 00:01:14 +02:00

21 lines
346 B
Objective-C

//
// AppDelegate.h
// MiniFB
//
// Created by Carlos Aragones on 22/04/2020.
// Copyright © 2020 Carlos Aragones. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
{
CADisplayLink *mDisplayLink;
}
@property (strong, nonatomic) UIWindow *window;
- (void) on_update;
@end