diff options
Diffstat (limited to 'Tests/iOSNavApp/Classes/RootViewController.h')
-rw-r--r-- | Tests/iOSNavApp/Classes/RootViewController.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/iOSNavApp/Classes/RootViewController.h b/Tests/iOSNavApp/Classes/RootViewController.h new file mode 100644 index 0000000..c5e9c11 --- /dev/null +++ b/Tests/iOSNavApp/Classes/RootViewController.h @@ -0,0 +1,14 @@ +// +// RootViewController.h +// NavApp3 +// +// Created by David Cole on 6/23/11. +// Copyright 2011 Kitware, Inc. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface RootViewController : UITableViewController { +} + +@end |