Procházet zdrojové kódy

Fix warning about `class` (#714)

Mr. Ming před 4 roky
rodič
revize
9d0adadafc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Sources/LayoutConstraintItem.swift

+ 1 - 1
Sources/LayoutConstraintItem.swift

@@ -28,7 +28,7 @@
 #endif
 
 
-public protocol LayoutConstraintItem: class {
+public protocol LayoutConstraintItem: AnyObject {
 }
 
 @available(iOS 9.0, OSX 10.11, *)