ftp.nice.ch/pub/next/developer/resources/classes/BrowseableCell.s.tar.gz#/BrowseableCell/InboxCell.h

This is InboxCell.h in view mode; [Download] [Up]

#import "BrowsableCell.h"
#import "Inbox.h"

@interface InboxCell:BrowsableCell
{
    Cell *name;
    Cell *messageCount;
    Cell *unreadCount;
}

- loadValues: inbox;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.