mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 13:41:32 +00:00
fe4bf28335
Not enough, but covers Object->NSObject and header file protection.
16 lines
209 B
Objective-C
16 lines
209 B
Objective-C
#ifndef ZScrollView_h
|
|
#define ZScrollView_h
|
|
|
|
#include <AppKit/AppKit.h>
|
|
|
|
@interface ZScrollView : NSScrollView
|
|
{
|
|
id button1;
|
|
}
|
|
|
|
- initFrame:(NSRect)frameRect button1: b1;
|
|
- tile;
|
|
|
|
@end
|
|
|
|
#endif//ZScrollView_h
|