Licensing ITFoundation under the GNU Lesser General Public License version 2.1.
[ITFoundation.git] / ITSharedController.h
1 /*
2  *      ITFoundation
3  *      ITSharedController.h
4  *
5  *      Copyright (c) 2008 iThink Software
6  *
7  */
8
9 #import <Foundation/Foundation.h>
10
11 @interface ITSharedController : NSObject {
12
13 }
14
15 + (id)sharedController;
16
17 @end