Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Maps_Prefix.pch « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9059d6ac0aff1471ffab5ac7fdc199a2511e075 (plain)
1
2
3
4
5
6
7
8
9
//
// Prefix header for all source files of the 'Maps' target in the 'Maps' project
//

#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
    #import <CoreLocation/CoreLocation.h>
#endif