diff -r ccf4854df294 -r 02875b1145b7 project_files/HedgewarsMobile/Classes/SplitViewRootController.h --- a/project_files/HedgewarsMobile/Classes/SplitViewRootController.h Wed Jun 23 21:49:19 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/SplitViewRootController.h Wed Jun 23 22:03:56 2010 +0200 @@ -0,0 +1,16 @@ +// +// SplitViewRootController.h +// HedgewarsMobile +// +// Created by Vittorio on 27/03/10. +// Copyright 2010 __MyCompanyName__. All rights reserved. +// + +#import + +@class DetailViewController; +@interface SplitViewRootController: UIViewController { + DetailViewController *detailViewController; +} + +@end