mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 02:18:17 +00:00
Comments (fixes #4)
This commit is contained in:
6
Model/CommentsPage.swift
Normal file
6
Model/CommentsPage.swift
Normal file
@@ -0,0 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
struct CommentsPage {
|
||||
var comments = [Comment]()
|
||||
var nextPage: String?
|
||||
}
|
Reference in New Issue
Block a user