XmlToolbar/source/XmlToolbarItem.h

19 lines
289 B
Objective-C

//
// XmlToolbarItem.h
// XmlToolbar
//
// Created by R. Tyler Ballance on 10/22/06.
//
#import <Cocoa/Cocoa.h>
@interface XmlToolbarItem : NSToolbarItem {
NSString *notificationName;
}
- (void)setNotificationName:(NSString *)theNotification;
- (NSString *)notificationName;
@end