mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 10:33:45 +00:00
4 lines
128 B
C
4 lines
128 B
C
#define IPAD (UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad)
|
|
|
|
#define L(str) NSLocalizedString(str, nil)
|