mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-25 17:16:12 +02:00
8 lines
139 B
Swift
8 lines
139 B
Swift
import Foundation
|
|
|
|
public struct RegDate: Codable {
|
|
public let from: Int64
|
|
public let to: Int64
|
|
public let validUntil: Int64
|
|
}
|