Initial Commit

This commit is contained in:
talksik
2021-12-11 11:58:46 -08:00
commit 315fe6210b
10 changed files with 532 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
//
// nirvana_iosApp.swift
// nirvana-ios
//
// Created by Arjun Patel on 12/11/21.
//
import SwiftUI
@main
struct nirvana_iosApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}