logIOs.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 #ifdef __TARGET_OS__IOs
14  void iosNSLog(const char * _value);
15 #endif
16 #ifdef __cplusplus
17 }
18 #endif
19 
20