Updating ITFoundation to include updates spurred by Haven development.
[ITFoundation.git] / ITSharedController.h
1 /*
2  *      ITFoundation
3  *      ITSharedController.h
4  *
5  *      Copyright (c) 2008 by iThink Software.
6  *      All Rights Reserved.
7  *
8  *      $Id$
9  *
10  */
11
12 #import <Foundation/Foundation.h>
13
14 @interface ITSharedController : NSObject {
15
16 }
17
18 + (id)sharedController;
19
20 @end