Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnityAdsNativeObject.m 195B

123456789101112131415
  1. #import <Foundation/Foundation.h>
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. void UnityAdsBridgeTransfer(void *x) {
  6. if (!x) return;
  7. (__bridge_transfer id)x;
  8. }
  9. #ifdef __cplusplus
  10. }
  11. #endif