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 3d54774 commit b58fdf3Copy full SHA for b58fdf3
Calculate/OutputItem.swift
@@ -8,7 +8,7 @@
8
9
import Cocoa
10
11
-protocol OutputItem: class {
+protocol OutputItem: AnyObject {
12
13
var widthConstraint: NSLayoutConstraint? { get set }
14
var view: NSView { get }
0 commit comments