This is Inbox.h in view mode; [Download] [Up]
#import "BrowsableObject.h" @interface Inbox:BrowsableObject { long ID; int messageCount, unreadCount; } + newName: (const char *) n; - (const char *) name; - (long) ID; - setName: (const char *) n; - setID: (long) i; - (int) messageCount; - (int) unreadCount; - setMessageCount: (int) c; - setUnreadCount: (int) c; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.