aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/AboutViewController.h
blob: 21922cd8b41be5df74a05169bf4eedf87b5bda99 (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 {
	IBOutlet UIButton* donateButton;
}

-(IBAction)donate:(id)sender;

@end