mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-08 06:42:04 +01:00
13 lines
163 B
Swift
13 lines
163 B
Swift
//
|
|
// UInt64.swift
|
|
//
|
|
//
|
|
// Created by MainasuK on 2022-4-13.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension UInt64 {
|
|
public static let second: UInt64 = 1_000_000_000
|
|
}
|