This is RefereeReceiver.h in view mode; [Download] [Up]
#import <objc/Object.h> @interface RefereeReceiver:Object { id myRefereeListener; id myRefereeSpeaker; id myReferee; id messageBox; } -appWillInit:sender; -appWillTerminate:sender; -free; -remoteReportGameInfoFrom:(int)num side1:(int)s1 side2:(int)s2 push1:(int)ps1 pull1:(int)pl1 push2:(int)ps2 pull2:(int)pl2 choice1:(int)ch1 choice2:(int)ch2 payoff:(int)pay; -remoteCheckInPlayer:(char *)name atHost:(char *)host; -remoteReportChoiceBy:(int)playerNum cardPlayed:(int)hisChoice; -remoteReportPaymentBy:(int)playerNum amount:(int)sidePayment; -remoteReportPlayerInfo:(int)num Name:(char *)str1 Phone:(char *)str2 SS:(char *)str3; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.