2015-03-08 17:48:07 +01:00

19 lines
308 B
Objective-C

//
// AppDelegate.h
// RootlessForEmulators
//
// Created by Uli Kusterer on 08/03/15.
// Copyright (c) 2015 Uli Kusterer. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
-(void) addEvent: (NSEvent*)evt;
-(NSEvent*) dequeueNextEvent;
@end