cocoaTouch/SplitViewRootController.h
author nemo
Tue, 11 May 2010 13:59:57 +0000 (2010-05-11)
changeset 3459 c552aa44108d
parent 3374 0d522416d97f
child 3490 016b3172b645
permissions -rw-r--r--
hey sheepluva, how about just this? lets you have an anonymous one too.
//
//  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