Catakig/Source/Misc/IndicatorLight.h

10 lines
101 B
Objective-C

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