Added Cocoa example

This commit is contained in:
Marco Antognini 2011-07-15 22:09:49 +02:00
parent c3e64230cb
commit 552c3d114d
32 changed files with 4993 additions and 0 deletions

View file

@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'Cocoa' target in the 'Cocoa' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif