cocoaTouch/TeamMenuViewController.h
author sheepluva
Sat, 03 Apr 2010 06:29:24 +0000
changeset 3279 88139bfa63c8
parent 2687 28b8330b8af1
permissions -rw-r--r--
frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)

//
//  TeamMenuViewController.h
//  hwengine
//
//  Created by Vittorio on 08/01/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface TeamMenuViewController : UIViewController {

}

@end