aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/Report.h
blob: 2e7b153cb154c1c3225bbf3368acbc6b8afc691e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  Report.h
//  FixMyStreet
//
//  Created by Matthew on 29/09/2008.
//  Copyright 2008 UK Citizens Online Democracy. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>

@interface Report : NSObject {
}
@end