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