فهرست منبع

Fix warning about `class` (#714)

Mr. Ming 4 سال پیش
والد
کامیت
9d0adadafc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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, *)