/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

  1. //
  2. // Application.h
  3. // NativeHost
  4. //
  5. // Created by Francisco Tolmasky on 10/8/09.
  6. // Copyright 2009 280 North, Inc.. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface Application : NSApplication
  10. {
  11. }
  12. - (void)_reallyTerminate:(id)sender;
  13. @end