Skip to content

Commit

Permalink
Update HomeiOSView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ming1016 committed Nov 15, 2024
1 parent 895b4b1 commit 2978ca2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SwiftPamphletApp/HomeUI/HomeiOSView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import SwiftUI

#if os(iOS)
struct HomeiOSView: View {
@State var state: String = ""
var body: some View {
Expand Down Expand Up @@ -69,3 +70,5 @@ struct DetailView: View {
}
}
}

#endif

0 comments on commit 2978ca2

Please sign in to comment.