Skip to content

Commit

Permalink
public init add
Browse files Browse the repository at this point in the history
  • Loading branch information
devmehmetates committed Nov 5, 2023
1 parent 6b51b52 commit 4bbab89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ErrorableView/ErrorableViewProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ public extension ErrorableViewProtocol {

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

public init() {}
}

public protocol ErrorableSheetView: ErrorableViewProtocol {}
Expand Down

0 comments on commit 4bbab89

Please sign in to comment.