Skip to content

Commit

Permalink
ErrorableBaseViewModel set open
Browse files Browse the repository at this point in the history
  • Loading branch information
devmehmetates committed Nov 5, 2023
1 parent 770182c commit c36b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ErrorableView/ErrorableViewProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public extension ErrorableViewProtocol {
}
}

public class ErrorableBaseViewModel: ObservableObject {
open class ErrorableBaseViewModel: ObservableObject {
@Published var pageState: PageStates = .loading
}

Expand Down

0 comments on commit c36b1e7

Please sign in to comment.