project_files/HedgewarsMobile/Classes/SupportViewController.h
author koda
Sun, 19 Sep 2010 22:56:24 +0200
changeset 3888 3620607258cd
parent 3884 d7479079a8a8
child 3891 f8f0d0ceb19c
permissions -rw-r--r--
silly error about Island theme removal

//
//  SupportViewController.h
//  Hedgewars
//
//  Created by Vittorio on 19/09/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface SupportViewController : UIViewController {

}

-(IBAction) buttonPressed:(id) sender;

@end