view LazyBear/Global Models/RequestType.swift @ 457:c6913f0ce46e

Minor UI Updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Mon, 28 Jun 2021 14:03:50 +0200
parents 5f21f7c23c5e
children
line wrap: on
line source

//
//  RequestType.swift
//  LazyBear
//
//  Created by Dennis Concepción Martín on 20/5/21.
//

import SwiftUI

enum RequestType {
    case initial
    case streaming
    case refresh
}