aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework/BWHyperlinkButtonIntegration.m
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/BWHyperlinkButtonIntegration.m')
-rw-r--r--Frameworks/BWToolkitFramework.framework/BWHyperlinkButtonIntegration.m29
1 files changed, 0 insertions, 29 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/BWHyperlinkButtonIntegration.m b/Frameworks/BWToolkitFramework.framework/BWHyperlinkButtonIntegration.m
deleted file mode 100644
index 7f18eda9..00000000
--- a/Frameworks/BWToolkitFramework.framework/BWHyperlinkButtonIntegration.m
+++ /dev/null
@@ -1,29 +0,0 @@
-//
-// BWHyperlinkButtonIntegration.m
-// BWToolkit
-//
-// Created by Brandon Walkin (www.brandonwalkin.com)
-// All code is provided under the New BSD license.
-//
-
-#import <InterfaceBuilderKit/InterfaceBuilderKit.h>
-#import "BWHyperlinkButton.h"
-#import "BWHyperlinkButtonInspector.h"
-
-@implementation BWHyperlinkButton (BWHyperlinkButtonIntegration)
-
-- (void)ibPopulateKeyPaths:(NSMutableDictionary *)keyPaths
-{
- [super ibPopulateKeyPaths:keyPaths];
-
- [[keyPaths objectForKey:IBAttributeKeyPaths] addObjectsFromArray:[NSArray arrayWithObjects:@"urlString", nil]];
-}
-
-- (void)ibPopulateAttributeInspectorClasses:(NSMutableArray *)classes
-{
- [super ibPopulateAttributeInspectorClasses:classes];
-
- [classes addObject:[BWHyperlinkButtonInspector class]];
-}
-
-@end \ No newline at end of file