Skip to content

Commit

Permalink
Set public var
Browse files Browse the repository at this point in the history
  • Loading branch information
AntPRams committed Nov 23, 2024
1 parent dd2b744 commit 688910f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DesignSystem/TestObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import SwiftUI

public struct TestView: View {

var text: String
public var text: String

public init(text: String) {
self.text = text
Expand Down

0 comments on commit 688910f

Please sign in to comment.