mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 06:53:46 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
//
|
|
// Prefix header for all source files of the 'Maps' target in the 'Maps' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#import <CoreLocation/CoreLocation.h>
|
|
|
|
#import "MWMConsts.h"
|
|
#import "MWMMacros.h"
|
|
#import "UIColor+MapsMeColor.h"
|
|
#import "UIFont+MapsMeFonts.h"
|
|
#import "UIKitCategories.h"
|
|
#endif
|