clarkware / cocoa-learning-tests

An evolving collection of unit tests I've been writing as I learn Objective-C and Cocoa.

This URL has Read+Write access

clarkware (author)
Sat Aug 29 10:33:00 -0700 2009
commit  abcaa4469e01d696b81c97ecec76fb1276e0a230
tree    749f2715e8ad4cb2f8d98e9f7e7324c6f47c1e5a
parent  689d115c72e3493444752e94822091e1c5152f34
cocoa-learning-tests / CocoaLearningTests_Prefix.pch
100644 8 lines (6 sloc) 0.167 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'CocoaLearningTests' target in the 'CocoaLearningTests' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif