Files
codeql/swift/codegen/lib/templates/ql_stub.mustache
Paolo Tranquilli de0fa9e456 Swift: QL generation script
Also added code generation to the swift checks.
2022-04-25 13:23:36 +02:00

5 lines
153 B
Plaintext

// generated by {{generator}}, remove this comment if you wish to edit this file
private import {{base_import}}
class {{name}} extends {{name}}Base { }