Files
divkit/client/ios/Core/NetworkingPublic/TimeTracking.swift
T
2023-03-28 12:17:21 +03:00

8 lines
167 B
Swift

// Copyright 2017 Yandex LLC. All rights reserved.
import Foundation
public protocol TimeTracking: AnyObject {
func track(_ time: TimeInterval, timestamp: Date)
}