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