cocoaTouch/TeamMenuViewController.h
author nemo
Sun, 21 Feb 2010 16:28:46 +0000
changeset 2833 9c2accd92cc7
parent 2687 28b8330b8af1
permissions -rw-r--r--
Check for empty hat, somehow claymore managed this, this should be a workaround pending figuring out how he did it.

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

#import <UIKit/UIKit.h>


@interface TeamMenuViewController : UIViewController {

}

@end