mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 21:33:59 +00:00
4 lines
128 B
C
4 lines
128 B
C
#define IPAD (UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad)
|
|
|
|
#define L(str) NSLocalizedString(str, nil)
|