Browse CVS Repository
Contents of /undmail/guiproto/ComposeController.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Fri Feb 14 16:50:13 2003 UTC
(21 years, 2 months ago)
by footashida
Branch: MAIN
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
#import <AppKit/AppKit.h> |
| 2 |
@class AddressBookController; |
| 3 |
|
| 4 |
@interface ComposeController : NSWindowController { |
| 5 |
AddressBookController *addressBookController; |
| 6 |
} |
| 7 |
-(void)createNewMessageWithHeader:(NSDictionary *)headers contents:(NSString *)contents; |
| 8 |
-(void)setAddressBookController:(AddressBookController *)controller; |
| 9 |
@end |
|