Home
last modified time | relevance | path

Searched refs:EX_DO_CONCAT (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-modules-core/ios/
H A DEXDefines.h18 #define EX_DO_CONCAT(A, B) A ## B macro
19 #define EX_CONCAT(A, B) EX_DO_CONCAT(A, B)
H A DEXUnimodulesCompat.h10 #define UM_DO_CONCAT EX_DO_CONCAT