Skip to content

Commit 2c34ba2

Browse files
committed
Makes passcode array public
1 parent 24579fa commit 2c34ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PasscodeLock/PasscodeLock/PasscodeLock.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class PasscodeLock: PasscodeLockType {
2727
}
2828

2929
private var lockState: PasscodeLockStateType
30-
private lazy var passcode = [String]()
30+
public private (set) lazy var passcode = [String]()
3131

3232
public init(state: PasscodeLockStateType, configuration: PasscodeLockConfigurationType) {
3333

0 commit comments

Comments
 (0)