view LazyBear/Tests/TestPullScroll.swift @ 223:05d1acc290ad

Delete tests
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 28 Feb 2021 18:09:40 +0000
parents
children 1c541670fee7
line wrap: on
line source

//
//  TestPullScroll.swift
//  LazyBear
//
//  Created by Dennis Concepción Martín on 28/2/21.
//

import SwiftUI

struct TestPullScroll: View {
    var body: some View {
        Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
    }
}

struct TestPullScroll_Previews: PreviewProvider {
    static var previews: some View {
        TestPullScroll()
    }
}