tuist/Templates/UISource.stencil

8 lines
141 B
Plaintext

import Foundation
public final class {{ name }}UI {
public static func hello() {
print("Hello, from your UI framework")
}
}