ftp.nice.ch/pub/next/connectivity/mail/bundles/EnhanceMail.2.2p1.s.gnutar.gz#/EnhanceMail-2.2p1/Source/SmileyPrefs.h

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

/* -*-ObjC-*-
*******************************************************************************
*
* File:         SmileyPrefs.h
* RCS:          /usr/local/sources/CVS/EnhanceMail/SmileyPrefs.h,v 1.1 1997/09/14 22:42:11 tom Exp
* Description:  
* Author:       Tom Hageman
* Created:      Fri May  1 23:18:06 1997
* Modified:     
* Language:     Objective-C
* Package:      N/A
* Status:       Experimental
*
* (C) Copyright 1997, but otherwise this file is perfect freeware.
*
*******************************************************************************
*/

#import <appkit/appkit.h>

@class SimpleString;


@interface EnhanceSmileyTableViewController : Object
{
   id tableView;
   id target;
   SEL action;
   List *contentsList;
   SimpleString *contentsString;
}

- target;
- setTarget:anObject;
- (SEL)action;
- setAction:(SEL)aSelector;

- (const char *)stringValue;
- setStringValue:(const char *)aValue;

@end // EnhanceSmileyTableViewController

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