changeset 329:6576d259c8c8

Renaming files
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Tue, 30 Mar 2021 23:15:06 +0200
parents 240b88e3e53e
children bd65ad95eae0
files LazyBear/Views/Networking/DataClass.swift
diffstat 1 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/LazyBear/Views/Networking/DataClass.swift	Tue Mar 30 23:14:53 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-//
-//  DataClass.swift
-//  LazyBear
-//
-//  Created by Dennis Concepción Martín on 30/3/21.
-//
-
-import SwiftUI
-
-struct DataClass: View {
-    var body: some View {
-        Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
-    }
-}
-
-struct DataClass_Previews: PreviewProvider {
-    static var previews: some View {
-        DataClass()
-    }
-}