1 | // Used to test missing checker for missing localization context comments |
---|---|
2 | // in precompiled headers. |
3 | |
4 | #define MyLocalizedStringInPCH(key) NSLocalizedString((key), @"") |
5 | |
6 |
1 | // Used to test missing checker for missing localization context comments |
---|---|
2 | // in precompiled headers. |
3 | |
4 | #define MyLocalizedStringInPCH(key) NSLocalizedString((key), @"") |
5 | |
6 |