Browse CVS Repository
Annotation of /undmail/guiproto/PreferenceToolbarSource.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( hide annotations)
( download)
( as text)
Sat Jan 25 13:20:46 2003 UTC
(21 years, 2 months ago)
by footashida
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
footashida |
1.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 |
footashida |
1.2 |
- (id)initWithController:(id)controller; |
| 16 |
footashida |
1.1 |
@end |
|