Skip to content

Commit 3018a5b

Browse files
committed
Make open let public let
1 parent c90e5e0 commit 3018a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AlertReactor/AlertReactor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ open class AlertReactor<AlertAction: AlertActionType>: Reactor {
2323
public var actions: [AlertAction]
2424
}
2525

26-
open let initialState: State
26+
public let initialState: State
2727

2828
public init(title: String? = nil, message: String? = nil, actions: [AlertAction]? = nil) {
2929
self.initialState = State(title: title, message: message, actions: actions ?? [])

0 commit comments

Comments
 (0)