blob: 973270e24ef2777d8b7aaca81161582c9ac510e9 [file] [log] [blame]
Devin Coughlin184996b2016-08-30 23:07:14 +00001// Used to test missing checker for missing localization context comments
2// in precompiled headers.
3
4#define MyLocalizedStringInPCH(key) NSLocalizedString((key), @"")
5