index
:
sora-testing
main
tabs
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sora
/
Data
/
PostGridViewState.swift
blob: 22cfa0d39b263ec857f71a1897efc2da6c56427c (
plain
) (
blame
)
1
2
3
4
struct
PostGridViewState
{
var
posts
:
[
BooruPost
]
=
[]
var
currentPage
:
Int
=
1
}