Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/guiproto/ComposeController.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph 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

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