diff LazyBear/Views/Global Helpers/RequestType.swift @ 401:f843c6382529

Add Enumeration to Networks files
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Thu, 20 May 2021 21:04:49 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LazyBear/Views/Global Helpers/RequestType.swift	Thu May 20 21:04:49 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
+}