Added Cocoa example
This commit is contained in:
parent
c3e64230cb
commit
552c3d114d
32 changed files with 4993 additions and 0 deletions
7
xcode/example/Cocoa/Cocoa-Prefix.pch
Normal file
7
xcode/example/Cocoa/Cocoa-Prefix.pch
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue