24 #import <Cocoa/Cocoa.h>
27 #pragma mark Class Constants
37 #define NSButtonClass @"NSButton"
56 #pragma mark Instance Properties
66 @property (nonatomic, readwrite, assign, getter=stateWithBool, setter=setStateWithBool:) BOOL
boolState;
71 #pragma mark Accessing Class Instance Properties
72 - (void)setStateWithBool:(BOOL)state;
73 - (BOOL)stateWithBool;