Sha256: 64cecab715db208a2eb589b217f62a9af2b3aa0b06728271c17e4f33f4c683fe

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

//
//  ContentView.swift
//  Test
//
//  Created by Claire Peyron on 12/04/2021.
//

import SwiftUI

struct ContentView: View {
    var body: some View {
        Text("Hello, world!")
            .padding()
    }
}

struct ContentView_Previews: PreviewProvider {
    static var previews: some View {
        ContentView()
    }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
danger-localizationlinter-0.0.5 spec/Test/Test/ContentView.swift
danger-localizationlinter-0.0.4 spec/Test/Test/ContentView.swift
danger-localizationlinter-0.0.3 spec/Test/Test/ContentView.swift
danger-localizationlinter-0.0.2 spec/Test/Test/ContentView.swift