cocoaTouch/TeamEditViewController.h
author nemo
Sat, 06 Mar 2010 21:32:04 +0000
changeset 2963 0f0789204802
parent 2687 28b8330b8af1
permissions -rw-r--r--
This might be all it takes to prevent the desync. needs local/remote testing. Also toggle 2nd barrel state on 0 movement

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

#import <UIKit/UIKit.h>


@interface TeamEditViewController : UIViewController {

}

@end