project_files/HedgewarsMobile/Classes/SupportViewController.h
changeset 3884 d7479079a8a8
child 3891 f8f0d0ceb19c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/HedgewarsMobile/Classes/SupportViewController.h	Sun Sep 19 17:00:35 2010 +0200
@@ -0,0 +1,18 @@
+//
+//  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