project_files/HedgewarsMobile/Classes/SplitViewRootController.h
author koda
Sat, 03 Jul 2010 05:51:24 +0200
changeset 3617 1df21e06b8ba
parent 3547 02875b1145b7
child 3662 a44406f4369b
permissions -rw-r--r--
a couple of fixes i missed previously

//
//  SplitViewRootController.h
//  HedgewarsMobile
//
//  Created by Vittorio on 27/03/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>

@class DetailViewController;
@interface SplitViewRootController: UIViewController {
    DetailViewController *detailViewController;
}

@end