This is STRemoteMethodCategory.h in view mode; [Download] [Up]
#import <foundation/NSString.h> #import "STAppController.h" #import "STAppServer.h" @interface STAppController(STRemoteMethods) /* these methods implement the DesktopAppProtocol protocol */ - (NSString *)fdAppVersion; - (void)openClaimNumber:(NSString *)claimNum; - (void)addClaimNumber:(NSString *)claimNum; - (void)closeClaimNumber:(NSString *)claimNum andSave:(BOOL)save; - (void)setScreenRealEstate:(NXRect *)screenRect; - (void)arrangeWindows; - (void)updateDisplay; - (void)updateDisplayForClaim:(NSString *)aClaimNumber; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.