MYUtilities_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Sat May 24 13:24:33 2008 -0700 (2008-05-24)
changeset 11 e5976864dfe9
permissions -rw-r--r--
* Added BSD license to more .m files.
* Updated some copyright notices.
* Added some #imports to make the MYNetwork classes build without using the MYUtilities.pch prefix header.
     1 //
     2 // Prefix header for clients of MYUtilities.
     3 //
     4 
     5 #ifdef __OBJC__
     6     #import <Foundation/Foundation.h>
     7     #import "Logging.h"
     8     #import "Test.h"
     9     #import "CollectionUtils.h"
    10 #endif