project_files/HedgewarsMobile/Classes/HelpPageLobbyViewController.h
author koda
Fri, 03 Sep 2010 02:03:44 +0200
changeset 3823 cca9bfb88a24
parent 3791 98072b3871c1
permissions -rw-r--r--
also remove sinegun from the ifrontend for whatever reason

//
//  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