// Copyright (c) 2022 Sentry. All Rights Reserved. #pragma once #include "HAL/Platform.h" #ifndef NS_SWIFT_SENDABLE #define NS_SWIFT_SENDABLE #endif #if PLATFORM_MAC #include #include #include #elif PLATFORM_IOS #import #import #import #endif