From 47936b8664a20ae9d26a538c4696882408de3a4d Mon Sep 17 00:00:00 2001 From: Karllas <28707155+Karllas@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:25:57 +0700 Subject: [PATCH] make CropRegion props public --- 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 = (