MYUtilities_Prefix.pch
author Jens Alfke <jens@mooseyard.com>
Tue May 05 11:09:06 2009 -0700 (2009-05-05)
changeset 28 206903ba35a5
permissions -rw-r--r--
Added MYWindowUtils, being used by 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