// // Prefix header // // The contents of this file are implicitly included at the beginning of every source file. // #import #include #ifndef __IPHONE_3_0 #warning "This project uses features only available in iOS SDK 3.0 and later." #endif #ifdef __OBJC__ #if TARGET_OS_IPHONE #import #elif TARGET_OS_MAC #import #endif #import #import #import "Logger.h" #include "OSPortabilityDefs.h" #endif