Skip to content

Commit

Permalink
Update SentryCurrentDateProvider.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Oct 14, 2024
1 parent 12948b6 commit 09b7d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Swift/Helper/SentryCurrentDateProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Foundation

@objc
protocol SentryCurrentDateProvider: NSObjectProtocol {
protocol SentryCurrentDateProvider {
func date() -> Date
func timezoneOffset() -> Int
func systemTime() -> UInt64
Expand Down

0 comments on commit 09b7d78

Please sign in to comment.