iPhone/MYNetwork_iPhone_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Fri Apr 24 10:10:32 2009 -0700 (2009-04-24)
changeset 27 92581f26073e
permissions -rw-r--r--
* Refactored MYPortMapper to use a new abstract base class MYDNSService; that way I can re-use it later for implementing Bonjour.
* Fixed issue #1: a memory leak in BLIPProperties, reported by codechemist.
     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