mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-11 14:30:32 +01:00
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
//
|
|
// Prefix header for all source files of the 'hellomuni' target in the 'hellomuni' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#endif
|