iPhone/MYNetwork_iPhone_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Sat May 16 14:24:06 2009 -0700 (2009-05-16)
changeset 48 2b4ad2067074
permissions -rw-r--r--
Yuck -- [TCPConnection initToBonjourService:] was releasing the wrong object, the BonjourService, causing it to dealloc and eventually crash. Fixes #10.
     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