Updating ITFoundation to include updates spurred by Haven development.
[ITFoundation.git] / ITSharedController.h
diff --git a/ITSharedController.h b/ITSharedController.h
new file mode 100644 (file)
index 0000000..3b93610
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ *     ITFoundation
+ *     ITSharedController.h
+ *
+ *     Copyright (c) 2008 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
+
+#import <Foundation/Foundation.h>
+
+@interface ITSharedController : NSObject {
+
+}
+
++ (id)sharedController;
+
+@end