Catakig/Source/Misc/IndicatorLight.h

10 lines
101 B
C
Raw Normal View History

2006-10-17 22:05:05 +00:00
#import <AppKit/AppKit.h>
@interface IndicatorLight : NSImageView
{
}
- (void) ToggleState;
@end