AFNetworking/Mac Example/Prefix.pch
Mattt Thompson 5677b6de94 Adding AFNetworking workspace, containing both the iOS and Mac example applications
Restructuring project files, directories, etc.
2011-09-23 12:54:14 -05:00

7 lines
179 B
Text

//
// Prefix header for all source files of the 'AFNetworking Mac Example' target in the 'AFNetworking Mac Example' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif