1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-12 00:25:36 +01:00
mastodon-app-ufficiale-ipho.../MastodonSDK/Sources/MastodonUI/Helper/DateTimeProvider.swift
2022-05-26 02:51:02 +08:00

13 lines
193 B
Swift

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