Files
codeql/swift/codegen/templates/ql_stub.mustache
2023-01-17 10:30:59 +01:00

10 lines
226 B
Plaintext

// generated by {{generator}}, remove this comment if you wish to edit this file
private import {{base_import}}
{{#ql_internal}}
/**
* INTERNAL: Do not use.
*/
{{/ql_internal}}
class {{name}} extends Generated::{{name}} {}