mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 08:21:59 +00:00
11 lines
170 B
Objective-C
11 lines
170 B
Objective-C
#import <AppKit/AppKit.h>
|
|
|
|
@interface PopScrollView: NSScrollView
|
|
{
|
|
id button1, button2;
|
|
}
|
|
|
|
- initFrame:(const NSRect *)frameRect button1: b1 button2: b2;
|
|
- tile;
|
|
|
|
@end
|