Vuo  2.3.2
VuoMacOSSDKWorkaround.h
Go to the documentation of this file.
1 
10 #pragma once
11 
15 #define API_AVAILABLE(...)
16 #define API_UNAVAILABLE(...)
17 #define API_UNAVAILABLE_BEGIN(...)
18 #define API_UNAVAILABLE_END
19 #define API_DEPRECATED(message, ...) __attribute__((deprecated(message)))
20 #define API_DEPRECATED_WITH_REPLACEMENT(replacement, ...) __attribute__((deprecated("Deprecated; replaced by " replacement)))
21 #define __OS_AVAILABILITY__
22 #define API_TO_BE_DEPRECATED 100000
23 #define UT_AVAILABLE_BEGIN
24 #define UT_AVAILABLE_END
25 #ifndef NS_RETURNS_INNER_POINTER
26 #define NS_RETURNS_INNER_POINTER
27 #endif