cocoaTouch/TeamMenuViewController.h
author nemo
Tue, 23 Feb 2010 19:25:38 +0000
changeset 2853 953a6d71396f
parent 2687 28b8330b8af1
permissions -rw-r--r--
Restore shared clan ammo (still needs flag), add ammo info message if the person who picked up the ammo was a member of your clan

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

#import <UIKit/UIKit.h>


@interface TeamMenuViewController : UIViewController {

}

@end