Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Unity-iPhone Tests-Prefix.pch 237B

123456789101112
  1. //
  2. // Prefix header
  3. //
  4. // The contents of this file are implicitly included at the beginning of every source file.
  5. //
  6. #include "Preprocessor.h"
  7. #ifdef __OBJC__
  8. #import <UIKit/UIKit.h>
  9. #import <Foundation/Foundation.h>
  10. #endif