From 09b7d78e6be35f43215b0aa95d433bc5485d076f Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Mon, 14 Oct 2024 15:39:10 +0200 Subject: [PATCH] Update SentryCurrentDateProvider.swift --- Sources/Swift/Helper/SentryCurrentDateProvider.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Swift/Helper/SentryCurrentDateProvider.swift b/Sources/Swift/Helper/SentryCurrentDateProvider.swift index e4bda4d5b5..6f21bc84c9 100644 --- a/Sources/Swift/Helper/SentryCurrentDateProvider.swift +++ b/Sources/Swift/Helper/SentryCurrentDateProvider.swift @@ -2,7 +2,7 @@ import Foundation @objc -protocol SentryCurrentDateProvider: NSObjectProtocol { +protocol SentryCurrentDateProvider { func date() -> Date func timezoneOffset() -> Int func systemTime() -> UInt64