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