7 lines
103 B
Swift
7 lines
103 B
Swift
public struct Shared {
|
|
public private(set) var text = "Hello, World!"
|
|
|
|
public init() {
|
|
}
|
|
}
|