GlobalLogLevelAppDelegate.h 357 B

1234567891011121314151617
  1. //
  2. // GlobalLogLevelAppDelegate.h
  3. // GlobalLogLevel
  4. //
  5. // Created by Robbie Hanson on 2/28/11.
  6. // Copyright 2011 Voalte. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface GlobalLogLevelAppDelegate : NSObject <NSApplicationDelegate> {
  10. NSWindow *__unsafe_unretained window;
  11. }
  12. @property (unsafe_unretained) IBOutlet NSWindow *window;
  13. @end