Skip to content

Commit 46ce46c

Browse files
author
coderchan
committed
Update
1 parent c8c048a commit 46ce46c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SwiftlyUI/Source/Core/UIControl+SwiftlyUI.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ private extension UIControl {
172172
}
173173
private var actionClosures: [UInt: Any] {
174174
get {
175-
let aaa = objc_getAssociatedObject(self, &UIControlAssociatedKeys.actionClosuresKey)
176175
return objc_getAssociatedObject(self, &UIControlAssociatedKeys.actionClosuresKey) as? [UInt: Any] ?? [:]
177176
}
178177
set {

0 commit comments

Comments
 (0)