blob: aff82adce221c1ef0aaf5705164a7747792ad1f5 (
plain)
1
2
3
4
5
6
7
8
9
|
//
// Prefix header for all source files of the 'FixMyStreet' target in the 'FixMyStreet' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>
#endif
|