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