From 008565200b6e6997534525d62d084c627b6d2bc9 Mon Sep 17 00:00:00 2001 From: matthew Date: Thu, 23 Oct 2008 15:23:06 +0000 Subject: Add About page. --- iphone/FixMyStreet/Classes/AboutViewController.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 iphone/FixMyStreet/Classes/AboutViewController.h (limited to 'iphone/FixMyStreet/Classes/AboutViewController.h') 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 + + +@interface AboutViewController : UIViewController { + +} + +-(IBAction)donate:(id)sender; + +@end -- cgit v1.2.3