Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit f908ff1

Browse files
author
Amir Khorsandi
committed
Use struct instead of class in ScaleTransformOptions
1 parent 6f760c8 commit f908ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/Scale/ScaleTransformViewOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010
import UIKit
1111

12-
public class ScaleTransformViewOptions {
12+
public struct ScaleTransformViewOptions {
1313

1414
// MARK: Properties
1515

0 commit comments

Comments
 (0)