/core/autoinstaller/autoinstaller_Prefix.pch
Unknown | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | e287448514b2a8da7e1967d296f3fa6a MD5 | raw file
1// 2// Prefix header for all source files of the 'autoinstaller' target in the 'autoinstaller' project. 3// 4 5#ifdef __OBJC__ 6 #import <Foundation/Foundation.h> 7 #import "GTMLogger.h" 8 9 #define _GTMDevLog GTMLoggerInfo 10 #import "GTMDefines.h" 11#endif