CustomLogLevelsAppDelegate.h 209 B

12345678910
  1. #import <Cocoa/Cocoa.h>
  2. @interface CustomLogLevelsAppDelegate : NSObject <NSApplicationDelegate> {
  3. NSWindow *__unsafe_unretained window;
  4. }
  5. @property (unsafe_unretained) IBOutlet NSWindow *window;
  6. @end