Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Prefix.pch 371B

1234567891011121314151617181920212223
  1. //
  2. // Prefix header
  3. //
  4. #include "Preprocessor.h"
  5. #ifdef __OBJC__
  6. #import <Foundation/Foundation.h>
  7. #import <UIKit/UIKit.h>
  8. #endif
  9. #include "UnityTrampolineConfigure.h"
  10. #include "UnityInterface.h"
  11. #ifndef __OBJC__
  12. #if defined(__cplusplus)
  13. #include "pch-cpp.hpp"
  14. #else
  15. #include "pch-c.h"
  16. #endif
  17. #endif
  18. #define printf_console printf