mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 13:41:32 +00:00
11 lines
167 B
Objective-C
11 lines
167 B
Objective-C
#import <AppKit/AppKit.h>
|
|
|
|
@interface PopScrollView : NSScrollView
|
|
{
|
|
id button1, button2;
|
|
}
|
|
|
|
- initWithFrame:(NSRect)frameRect button1: b1 button2: b2;
|
|
- tile;
|
|
|
|
@end
|