Browse CVS Repository
Diff of /undmail/guiproto/MailTextFormatManager.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 5 |
NSMutableArray *_headerFormatter; |
NSMutableArray *_headerFormatter; |
| 6 |
NSMutableArray *_contentsFormatter; |
NSMutableArray *_contentsFormatter; |
| 7 |
} |
} |
| 8 |
|
+(MailTextFormatManager *)sharedMailTextFormatManager; |
| 9 |
-(id)initWithHeaderFormatter:(NSArray *)headerFormatter |
-(id)initWithHeaderFormatter:(NSArray *)headerFormatter |
| 10 |
contentsFormatter:(NSArray *)contentsFormatter; |
contentsFormatter:(NSArray *)contentsFormatter; |
| 11 |
-(void)addHeaderTextFormatter:(TextFormatter *)textFormatter; |
-(void)addHeaderTextFormatter:(TextFormatter *)textFormatter; |
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|