diff options
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/BWTransparentCheckboxCell.h')
-rw-r--r-- | Frameworks/BWToolkitFramework.framework/BWTransparentCheckboxCell.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/BWTransparentCheckboxCell.h b/Frameworks/BWToolkitFramework.framework/BWTransparentCheckboxCell.h new file mode 100644 index 00000000..b126b3e8 --- /dev/null +++ b/Frameworks/BWToolkitFramework.framework/BWTransparentCheckboxCell.h @@ -0,0 +1,17 @@ +// +// BWTransparentCheckboxCell.h +// BWToolkit +// +// Created by Brandon Walkin (www.brandonwalkin.com) +// All code is provided under the New BSD license. +// + +#import <Cocoa/Cocoa.h> +#import "BWTransparentCheckbox.h" + +@interface BWTransparentCheckboxCell : NSButtonCell +{ + +} + +@end |