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