iPhone/MYNetwork_iPhone_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Wed Apr 29 13:29:31 2009 -0700 (2009-04-29)
changeset 31 1d6924779df7
permissions -rw-r--r--
More work on Bonjour classes. They now support registering services.
snej@25
     1
//
snej@25
     2
// Prefix header for all source files of the 'MYNetwork-iPhone' target in the 'MYNetwork-iPhone' project
snej@25
     3
//
snej@25
     4
snej@25
     5
#ifdef __OBJC__
snej@25
     6
#import <Foundation/Foundation.h>
snej@25
     7
#import <UIKit/UIKit.h>
snej@25
     8
#endif