Initial IronStorage project structure
This commit is contained in:
10
apple/Sources/Watch/IronStorageWatchApp.swift
Normal file
10
apple/Sources/Watch/IronStorageWatchApp.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct IronStorageWatchApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentUnavailableView("No TOTP Codes", systemImage: "timer")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user