This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/iphone/Maps/Common/MWMMacros.h
2016-12-19 16:44:37 +03:00

3 lines
112 B
C

#define IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
#define L(str) NSLocalizedString(str, nil)