cocoaTouch/TeamMenuViewController.h
author smxx
Sun, 04 Apr 2010 10:16:40 +0000
changeset 3301 df0c2a29c3d7
parent 2687 28b8330b8af1
permissions -rw-r--r--
CMake: * Set a registry (uninstall) path without version number for easier Xfire detection (needs testing) * Added Lua to INSTALL * Set README's line endings to native

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

#import <UIKit/UIKit.h>


@interface TeamMenuViewController : UIViewController {

}

@end