mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-19 16:39:31 +01:00
11 lines
168 B
Objective-C
11 lines
168 B
Objective-C
#import <appkit/appkit.h>
|
|
|
|
@interface PopScrollView : ScrollView
|
|
{
|
|
id button1, button2;
|
|
}
|
|
|
|
- initFrame:(const NXRect *)frameRect button1: b1 button2: b2;
|
|
- tile;
|
|
|
|
@end |