mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-22 06:03: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)
|