This is TSWorkspace.h in view mode; [Download] [Up]
/* TSWorkspace.h created by tsengel on Mon 01-Sep-1997 */ #import <AppKit/AppKit.h> @interface TSWorkspace : NSObject { id runningApps; id mountedDrives; } + (id)sharedWorkspace; - (id)init; - (void)dealloc; - (NSArray *)runningApplications; - (NSArray *)mountedDrives; - (void)externalAppLaunched:(NSNotification *)notification; - (void)externalAppTerminated:(NSNotification *)notification; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.