aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/AboutViewController.h
blob: 917b81f458701f5763c418273572a1e05e041bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  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 {

}

-(IBAction)donate:(id)sender;

@end