project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.h
author koda
Sat, 04 Sep 2010 02:09:24 +0200
changeset 3825 fd6c20cd90e3
parent 3791 98072b3871c1
permissions -rw-r--r--
typos, reduced sound size and last minute fixes

//
//  HelpPageLobbyViewController.h
//  Hedgewars
//
//  Created by Vittorio on 30/08/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface HelpPageLobbyViewController : UIViewController {

}

-(IBAction) dismiss;

@end