4 lines
128 B
C
4 lines
128 B
C
|
|
#define IPAD (UIDevice.currentDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad)
|
||
|
|
|
||
|
|
#define L(str) NSLocalizedString(str, nil)
|