yattee/Model/CommentsPage.swift

7 lines
100 B
Swift
Raw Normal View History

2021-12-04 19:35:41 +00:00
import Foundation
struct CommentsPage {
var comments = [Comment]()
var nextPage: String?
}