We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68501b0 commit f1893daCopy full SHA for f1893da
swift/ql/lib/codeql/swift/frameworks/Frameworks.qll
@@ -2,6 +2,7 @@
2
* This file imports all models of frameworks and libraries.
3
*/
4
5
+private import Alamofire.Alamofire
6
private import StandardLibrary.StandardLibrary
7
+private import UIKit.UIKit
8
private import Xml.Xml
-private import Alamofire.Alamofire
swift/ql/lib/codeql/swift/frameworks/UIKit/UIKit.qll
@@ -0,0 +1,5 @@
1
+/**
+ * This file imports all models of UIKit-related frameworks and libraries.
+ */
+
+import UITextField
0 commit comments