This is RuleControl.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import "RuleType.h" @interface RuleControl:Object { id buttonMatrix; id statusLine; id opponent; } - init; - resetStandard:sender; - resetRandom:sender; - receiveClick:sender; - setIcon:(int)r:(int)c; - setText:(int)r:(int)c; - setAllButtons:sender; - (Rule) ruleAt:(int)x:(int)y; - setRule: (Rule)rl; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.