Browse CVS Repository
Annotation of /undmail/guiproto/MailBoxTableDataSource.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( hide annotations)
( download)
( as text)
Sun Jan 26 14:50:49 2003 UTC
(21 years, 2 months ago)
by footashida
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
footashida |
1.1 |
#import <Cocoa/Cocoa.h> |
| 2 |
|
|
@class DUMMailBox; |
| 3 |
|
|
|
| 4 |
|
|
@interface MailBoxTableDataSource : NSObject { |
| 5 |
|
|
DUMMailBox *mailBox; |
| 6 |
|
|
} |
| 7 |
|
|
-(id)initWithMailBox:(DUMMailBox *)newMailBox; |
| 8 |
|
|
-(void)changeMailBox:(DUMMailBox *)newMailBox; |
| 9 |
footashida |
1.2 |
-(DUMMailBox *)mailBox; |
| 10 |
footashida |
1.1 |
@end |
|