Develop and Download Open Source Software

Browse CVS Repository

Annotation of /undmail/guiproto/DUMMail.h

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


Revision 1.2 - (hide annotations) (download) (as text)
Wed Jan 29 18:30:41 2003 UTC (21 years, 2 months ago) by footashida
Branch: MAIN
Changes since 1.1: +7 -7 lines
File MIME type: text/x-chdr
*** empty log message ***

1 footashida 1.1 #import <Foundation/Foundation.h>
2 footashida 1.2 #import "DUMMailAddress.h"
3 footashida 1.1
4     @interface DUMMail : NSObject {
5 footashida 1.2 DUMMailAddress *from;
6     DUMMailAddress *to;
7 footashida 1.1 NSString *subject;
8 footashida 1.2 NSCalendarDate *date;
9 footashida 1.1 NSString *content;
10     BOOL isUnread;
11     }
12     -(id)initWithMailData:(NSString *)mailData;
13 footashida 1.2 -(DUMMailAddress *)from;
14     -(DUMMailAddress *)to;
15 footashida 1.1 -(NSString *)subject;
16 footashida 1.2 -(NSCalendarDate *)date;
17 footashida 1.1 -(NSString *)content;
18     -(BOOL)isUnread;
19     -(void)setIsUnread:(BOOL)flag;
20    
21     @end

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