MYUtilities_Prefix.pch
author Olivier Scherler <oscherler@femto-byte.com>
Tue May 12 14:38:30 2009 +0200 (2009-05-12)
changeset 30 2befbe36c746
permissions -rw-r--r--
Changed -[MYDirectoryEvent relativePath] to work on standardised paths, in case symlinks are used. Fixes issue #28 in Murky.
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