No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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