CustomFormattersAppDelegate.h 210 B

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