// // Prefix header for all source files of the 'MWPathControl' target in the 'MWPathControl' project // #ifdef __OBJC__ #import #endif #define NSCollectionView MWCollectionView #define NSCollectionViewItem MWCollectionViewItem #ifndef ASSIGN #define ASSIGN(var, val) ([var release], var=[val retain]) #endif #define objc_realloc(A, B) realloc((A), (B)) #define objc_free(A) free(A) #define TESTING 1 #import "../../AppKit/Sources/NSCollectionView.h" #import "../../AppKit/Sources/NSCollectionViewItem.h"