diff options
Diffstat (limited to 'iphone/FixMyStreet/Classes/AboutViewController.h')
-rw-r--r-- | iphone/FixMyStreet/Classes/AboutViewController.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/iphone/FixMyStreet/Classes/AboutViewController.h b/iphone/FixMyStreet/Classes/AboutViewController.h deleted file mode 100644 index 21922cd8b..000000000 --- a/iphone/FixMyStreet/Classes/AboutViewController.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// AboutViewController.h -// FixMyStreet -// -// Created by Matthew on 23/10/2008. -// Copyright 2008 UK Citizens Online Democracy. All rights reserved. -// - -#import <UIKit/UIKit.h> - - -@interface AboutViewController : UIViewController { - IBOutlet UIButton* donateButton; -} - --(IBAction)donate:(id)sender; - -@end |