mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-12 05:31:20 +08:00
18 lines
247 B
Swift
18 lines
247 B
Swift
//
|
|
// FastlanedemoappApp.swift
|
|
// Fastlanedemoapp
|
|
//
|
|
// Created by sangeeths03 on 20/05/25.
|
|
//
|
|
|
|
import SwiftUI
|
|
|
|
@main
|
|
struct FastlanedemoappApp: App {
|
|
var body: some Scene {
|
|
WindowGroup {
|
|
ContentView()
|
|
}
|
|
}
|
|
}
|