16 lines
184 B
Swift
16 lines
184 B
Swift
//
|
|
// ParsedRefs.swift
|
|
// damus
|
|
//
|
|
// Created by William Casarin on 2022-04-30.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
|
|
struct ReplyRefs {
|
|
let thread_id: String
|
|
let direct_reply: String
|
|
}
|
|
|