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: 0c04a2c410cc5ae40df1b2fc331c49adc5069880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// 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>
    #import <CoreGraphics/CoreGraphics.h>

    #import "MWMTypes.h"
    #import "UIKitCategories.h"
#endif