diff -r 74a506c9d71b -r d5cd1a617123 cocoaTouch/iPad/SingleTeamViewController.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cocoaTouch/iPad/SingleTeamViewController.h Fri Apr 02 12:38:36 2010 +0000 @@ -0,0 +1,16 @@ +// +// SingleTeamViewController.h +// HedgewarsMobile +// +// Created by Vittorio on 02/04/10. +// Copyright 2010 __MyCompanyName__. All rights reserved. +// + +#import + + +@interface SingleTeamViewController : UITableViewController { + +} + +@end