MYUtilities_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Sat May 31 11:26:17 2008 -0700 (2008-05-31)
changeset 12 66b870428f85
permissions -rw-r--r--
* Worked around compiler warnings in Test.h when building for iPhone.
* Made Mercurial ignore the documentation files.
     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