aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/AboutViewController.h
blob: 2f8045434079e3aa2b830cddb73d1694b5af092b (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 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface AboutViewController : UIViewController {

}

-(IBAction)donate:(id)sender;

@end