Catakig/Source/Misc/IndicatorLight.h
2006-10-17 22:05:05 +00:00

10 lines
101 B
Objective-C

#import <AppKit/AppKit.h>
@interface IndicatorLight : NSImageView
{
}
- (void) ToggleState;
@end