cocoaTouch/SplitViewRootController.h
author sheepluva
Thu, 06 May 2010 01:41:07 +0000
changeset 3428 46a2694867bc
parent 3374 0d522416d97f
child 3490 016b3172b645
permissions -rw-r--r--
portal: * add/change/move some code * fix graphics (there was a 1 px offset at one frame) * you can use tab key to switch (next) portal color now (for testing purposes, might be removed again)

//
//  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