From d919e546f49af922df2fcb5de01e742bc82829cf Mon Sep 17 00:00:00 2001 From: Karllas Date: Mon, 17 Apr 2023 21:59:40 +0700 Subject: [PATCH] fix: make CropRegion props public (#299) Co-authored-by: Karllas <28707155+Karllas@users.noreply.github.com> --- Sources/Mantis/CropData.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/Mantis/CropData.swift b/Sources/Mantis/CropData.swift index f742bd19..8503455b 100644 --- a/Sources/Mantis/CropData.swift +++ b/Sources/Mantis/CropData.swift @@ -35,10 +35,10 @@ public typealias Transformation = ( ) public struct CropRegion: Equatable { - var topLeft: CGPoint - var topRight: CGPoint - var bottomLeft: CGPoint - var bottomRight: CGPoint + public var topLeft: CGPoint + public var topRight: CGPoint + public var bottomLeft: CGPoint + public var bottomRight: CGPoint } public typealias CropInfo = (