Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/guiproto/DUMMailAddress.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Jan 29 18:56:31 2003 UTC (21 years, 1 month ago) by footashida
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
*** empty log message ***

1 #import <Foundation/Foundation.h>
2
3
4 @interface DUMMailAddress : NSObject {
5 NSString *nickname;
6 NSString *mailAddress;
7 NSString *originalMailAddress;
8 }
9 -(id)initWithMailAddressString:(NSString *)mailAddressString;
10 -(NSString *)nickname;
11 -(NSString *)mailAddress;
12 -(NSString *)originalMailAddress;
13 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26