Fix warning about `class` (#714)

This commit is contained in:
Mr. Ming 2021-05-14 11:41:39 +08:00 committed by GitHub
parent 5a78e24394
commit 9d0adadafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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