Files
XcodeGen/Tests/Fixtures/TestProject/StaticLibrary_Swift/StaticLibrary.swift
T
2019-11-10 11:56:23 +11:00

7 lines
99 B
Swift

public struct SLSwift {
public func description() -> String {
"Hello, World!"
}
}