MYUtilities_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Wed Apr 22 16:46:38 2009 -0700 (2009-04-22)
changeset 26 252c13061ee5
permissions -rw-r--r--
Fixed a few compiler warnings.
     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