diff options
Diffstat (limited to 'iphone/FixMyStreet/Classes/AboutViewController.h')
-rw-r--r-- | iphone/FixMyStreet/Classes/AboutViewController.h | 18 |
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 |