Skip to content

Commit

Permalink
Remove AnyObject
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-garricnahapetian authored Oct 16, 2023
1 parent 107e0e1 commit 2f14aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Layout/LayoutSize.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import UIKit

@preconcurrency
@MainActor
public protocol LayoutSize: AnyObject {
public protocol LayoutSize {

var width: NSLayoutDimension { get }
var height: NSLayoutDimension { get }
Expand Down

0 comments on commit 2f14aec

Please sign in to comment.