blob: 6b1d0ae77adb886817f65df3240e538d3a4b149e [file]
#ifndef RUNTIME_OBJCEXCEPTIONS_H
#define RUNTIME_OBJCEXCEPTIONS_H
#if KONAN_REPORT_BACKTRACE_TO_IOS_CRASH_LOG
#include "Common.h"
#include "Types.h"
void ReportBacktraceToIosCrashLog(KRef throwable);
#endif // KONAN_REPORT_BACKTRACE_TO_IOS_CRASH_LOG
#endif // RUNTIME_OBJCEXCEPTIONS_H