Slide 68
Slide 68 text
#ifdef __OBJC__
#ifdef __cplusplus
// Objective-C++ headers go here
#import "MyObjectiveCppClass.h"
#endif
// Objective-C headers go here
#import
#endif
#ifdef __cplusplus
// Pure C++ headers go here
#include
#endif
// Pure C headers go here
#include