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.
     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