This is ClientViewMgr.h in view mode; [Download] [Up]
/*
* For legal stuff see the file COPYRIGHT
*/
#import "ViewMgr.h"
@interface ClientViewMgr : ViewMgr
{
id dataForm;
BOOL hasSelection;
BOOL isEditing;
BOOL enteringNewClient;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.