We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90e5e0 commit 3018a5bCopy full SHA for 3018a5b
1 file changed
Sources/AlertReactor/AlertReactor.swift
@@ -23,7 +23,7 @@ open class AlertReactor<AlertAction: AlertActionType>: Reactor {
23
public var actions: [AlertAction]
24
}
25
26
- open let initialState: State
+ public let initialState: State
27
28
public init(title: String? = nil, message: String? = nil, actions: [AlertAction]? = nil) {
29
self.initialState = State(title: title, message: message, actions: actions ?? [])
0 commit comments