2
0

PrefixHeader.h 517 B

12345678910111213141516
  1. //
  2. // PrefixHeader.pch
  3. // WFChatClient
  4. //
  5. // Created by Tom Lee on 2020/11/14.
  6. // Copyright © 2020 WildFireChat. All rights reserved.
  7. //
  8. #ifndef PrefixHeader_pch
  9. #define PrefixHeader_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 WFCCString(key) NSLocalizedStringFromTable(key, @"wfc", nil)
  13. #endif /* PrefixHeader_pch */