1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 22:00:31 +05:30
yattee/Model/CommentsPage.swift
2021-12-04 20:57:09 +01:00

7 lines
100 B
Swift

import Foundation
struct CommentsPage {
var comments = [Comment]()
var nextPage: String?
}