cocoaTouch/TeamMenuViewController.h
author unc0rr
Sat, 06 Mar 2010 10:59:20 +0000
changeset 2948 3f21a9dc93d0
parent 2687 28b8330b8af1
permissions -rw-r--r--
Replace tabs with spaces using 'expand -t 4' command

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

#import <UIKit/UIKit.h>


@interface TeamMenuViewController : UIViewController {

}

@end