/Tools/NativeHost/Application.h
http://github.com/cacaodev/cappuccino · C Header · 18 lines · 6 code · 5 blank · 7 comment · 0 complexity · 733c348f0adea8e2a2713a01fb21f419 MD5 · raw file
- //
- // Application.h
- // NativeHost
- //
- // Created by Francisco Tolmasky on 10/8/09.
- // Copyright 2009 280 North, Inc.. All rights reserved.
- //
- #import <Cocoa/Cocoa.h>
- @interface Application : NSApplication
- {
- }
- - (void)_reallyTerminate:(id)sender;
- @end