MYUtilities_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Sat Mar 28 09:39:31 2009 -0700 (2009-03-28)
changeset 21 88d7e2455a7f
permissions -rw-r--r--
(merge)
jens@11
     1
//
jens@11
     2
// Prefix header for clients of MYUtilities.
jens@11
     3
//
jens@11
     4
jens@11
     5
#ifdef __OBJC__
jens@11
     6
    #import <Foundation/Foundation.h>
jens@11
     7
    #import "Logging.h"
jens@11
     8
    #import "Test.h"
jens@11
     9
    #import "CollectionUtils.h"
jens@11
    10
#endif