iPhone/MYNetwork_iPhone_Prefix.pch
author Dan Preston <danpreston@codechemistry.com>
Tue May 05 15:12:18 2009 -0700 (2009-05-05)
changeset 39 5ed02247b7fc
permissions -rw-r--r--
Enabled garbage collection as being supported in the library target.
     1 //
     2 // Prefix header for all source files of the 'MYNetwork-iPhone' target in the 'MYNetwork-iPhone' project
     3 //
     4 
     5 #ifdef __OBJC__
     6 #import <Foundation/Foundation.h>
     7 #import <UIKit/UIKit.h>
     8 #endif