// // AboutViewController.h // FixMyStreet // // Created by Matthew on 23/10/2008. // Copyright 2008 __MyCompanyName__. All rights reserved. // #import @interface AboutViewController : UIViewController { } -(IBAction)donate:(id)sender; @end