aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/AboutViewController.h
diff options
context:
space:
mode:
authormatthew <matthew>2008-10-23 15:23:06 +0000
committermatthew <matthew>2008-10-23 15:23:06 +0000
commit008565200b6e6997534525d62d084c627b6d2bc9 (patch)
tree2a5e9abad7c11596bc02ba6e9692a3e5998ca805 /iphone/FixMyStreet/Classes/AboutViewController.h
parent0b973dd816ed8e30b17833c20f7b9eea587f4371 (diff)
Add About page.
Diffstat (limited to 'iphone/FixMyStreet/Classes/AboutViewController.h')
-rw-r--r--iphone/FixMyStreet/Classes/AboutViewController.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/iphone/FixMyStreet/Classes/AboutViewController.h b/iphone/FixMyStreet/Classes/AboutViewController.h
new file mode 100644
index 000000000..2f8045434
--- /dev/null
+++ b/iphone/FixMyStreet/Classes/AboutViewController.h
@@ -0,0 +1,18 @@
+//
+// AboutViewController.h
+// FixMyStreet
+//
+// Created by Matthew on 23/10/2008.
+// Copyright 2008 __MyCompanyName__. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+
+@interface AboutViewController : UIViewController {
+
+}
+
+-(IBAction)donate:(id)sender;
+
+@end