aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionControllerDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionControllerDelegate.h')
-rw-r--r--Source/SPConnectionControllerDelegate.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/SPConnectionControllerDelegate.h b/Source/SPConnectionControllerDelegate.h
index 03f13950..23d29b9b 100644
--- a/Source/SPConnectionControllerDelegate.h
+++ b/Source/SPConnectionControllerDelegate.h
@@ -24,14 +24,16 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import "SPConnectionController.h"
+#import "SPFavoritesExportProtocol.h"
+#import "SPFavoritesImportProtocol.h"
/**
* @category SPConnectionControllerDelegate SPConnectionControllerDelegate.h
*
* @author Stuart Connolly http://stuconnolly.com/
*
- * Connection controller delegate/data source category.
+ * Connection controller delegate category.
*/
-@interface SPConnectionController (SPConnectionControllerDelegate)
+@interface SPConnectionController (SPConnectionControllerDelegate) <SPFavoritesImportProtocol, SPFavoritesExportProtocol>
@end