Skip to content

Commit 2577938

Browse files
author
Luc Dion
committed
Update @available
1 parent a729350 commit 2577938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PinLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public protocol PinLayout {
386386
*/
387387
@discardableResult func sizeToFit(_ fitType: FitType) -> PinLayout
388388

389-
@available(*, deprecated: 1.5.0, message: "fitSize() is deprecated, please use sizeToFit(fitType: FitType)")
389+
@available(*, deprecated, message: "fitSize() is deprecated, please use sizeToFit(fitType: FitType)")
390390
@discardableResult func fitSize() -> PinLayout
391391

392392
//

0 commit comments

Comments
 (0)