1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-15 02:14:50 +01:00
mastodon-app-ufficiale-ipho.../MastodonSDK/Sources/MastodonUI/Helper/DateTimeProvider.swift

13 lines
193 B
Swift
Raw Normal View History

//
// DateTimeProvider.swift
//
//
// Created by MainasuK on 2022-1-29.
//
import Foundation
public protocol DateTimeProvider {
func shortTimeAgoSinceNow(to date: Date?) -> String?
}