advanced-security/qtil-swift
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
import codeql.swift.elements.decl.ClassOrStructDecl
A class or struct declaration. For example MyStruct or MyClass in the following example:
class
struct
MyStruct
MyClass