Catakig/Source/Misc/ShieldWindow.h

8 lines
88 B
Objective-C

#import <AppKit/AppKit.h>
@interface ShieldWindow : NSWindow // or NSPanel??
{
}
@end