mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-12-01 04:51:10 +00:00
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
|