WFChat-Prefix-Header.pch 567 B

1234567891011121314151617
  1. //
  2. // WFChat-Prefix-Header.pch
  3. // WildFireChat
  4. //
  5. // Created by Heavyrain.Lee on 2019/9/22.
  6. // Copyright © 2019 WildFire Chat. All rights reserved.
  7. //
  8. #ifndef WFChat_Prefix_Header_pch
  9. #define WFChat_Prefix_Header_pch
  10. // Include any system framework and library headers here that should be included in all compilation units.
  11. // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
  12. #define LocalizedString(key) NSLocalizedStringFromTable(key, @"InfoPlist", nil)
  13. #endif /* WFChat_Prefix_Header_pch */