MYUtilities_Prefix.pch
author snej@snej.local
Sun Apr 12 22:00:36 2009 -0700 (2009-04-12)
changeset 25 47d10ac2d04e
permissions -rw-r--r--
Fixed some incorrect CSSM error code strings. Removed a log call from MYError.
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