Browse CVS Repository
Contents of /undmail/guiproto/PreferenceToolbarSource.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Wed Nov 20 13:42:53 2002 UTC
(21 years, 5 months ago)
by footashida
Branch: MAIN
File MIME type: text/x-chdr
Account Preference Panel
| 1 |
// |
| 2 |
// PreferenceToolbarSource.h |
| 3 |
// undproto |
| 4 |
// |
| 5 |
// |
| 6 |
|
| 7 |
#import <Cocoa/Cocoa.h> |
| 8 |
#import "ToolbarSource.h" |
| 9 |
|
| 10 |
@class MainController; |
| 11 |
|
| 12 |
@interface PreferenceToolbarSource : ToolbarSource { |
| 13 |
|
| 14 |
} |
| 15 |
- (id)initWithController:(MainController *)controller; |
| 16 |
@end |
|