Files
XcodeGen/Tests/Fixtures/TestProject/StaticLibrary_Swift/StaticLibrary.swift
T

7 lines
99 B
Swift

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