X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/6262c31ef1f3b4c4cec3e909f0ecc189eb242ab2..744612b5d258474e367710b870a5caaed7d11ab9:/ITSharedController.h diff --git a/ITSharedController.h b/ITSharedController.h new file mode 100644 index 0000000..3b93610 --- /dev/null +++ b/ITSharedController.h @@ -0,0 +1,20 @@ +/* + * ITFoundation + * ITSharedController.h + * + * Copyright (c) 2008 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ + +#import + +@interface ITSharedController : NSObject { + +} + ++ (id)sharedController; + +@end