// // Report.h // FixMyStreet // // Created by Matthew on 29/09/2008. // Copyright 2008 UK Citizens Online Democracy. All rights reserved. // #import #import @interface Report : NSObject { } @end