All Data Structures Files Functions Variables Enumerations Enumerator Properties Defines
/Projects/Cogito/src/RootViewController.h
Go to the documentation of this file.
00001 //
00002 //  RootViewController.h
00003 //  Author: Thomas Taylor
00004 //
00005 //  13/11/2011: Created class
00006 //
00007 
00008 #import <UIKit/UIKit.h>
00009 
00010 
00011 @interface RootViewController : UIViewController {
00012 
00013 }
00014 
00015 @end