comparison 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
comparison
equal deleted inserted replaced
416:1662a41e2c1a 417:5f21f7c23c5e
1 //
2 // RequestType.swift
3 // LazyBear
4 //
5 // Created by Dennis Concepción Martín on 20/5/21.
6 //
7
8 import SwiftUI
9
10 enum RequestType {
11 case initial
12 case streaming
13 case refresh
14 }