1*fce0c873SBarry Smith// 2*fce0c873SBarry Smith// Prefix header for all source files of the 'iphone' target in the 'iphone' project 3*fce0c873SBarry Smith// 4*fce0c873SBarry Smith 5*fce0c873SBarry Smith#ifdef __OBJC__ 6*fce0c873SBarry Smith #import <Foundation/Foundation.h> 7*fce0c873SBarry Smith #import <UIKit/UIKit.h> 8*fce0c873SBarry Smith#endif 9