Mercurial > public > lazybear
diff LazyBear/Global Models/RequestType.swift @ 417:5f21f7c23c5e
Add comments and clean code
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 11 Jun 2021 11:37:42 +0200 |
parents | LazyBear/Views/Global Helpers/RequestType.swift@f843c6382529 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LazyBear/Global Models/RequestType.swift Fri Jun 11 11:37:42 2021 +0200 @@ -0,0 +1,14 @@ +// +// RequestType.swift +// LazyBear +// +// Created by Dennis Concepción Martín on 20/5/21. +// + +import SwiftUI + +enum RequestType { + case initial + case streaming + case refresh +}