9 lines
252 B
Objective-C
9 lines
252 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface GBWarningPopover : NSPopover
|
|
|
|
+ (GBWarningPopover *) popoverWithContents:(NSString *)contents onView:(NSView *)view;
|
|
+ (GBWarningPopover *) popoverWithContents:(NSString *)contents onWindow:(NSWindow *)window;
|
|
|
|
@end
|