Skip to content

Commit

Permalink
Make ContentLoader init public (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan authored Aug 23, 2021
1 parent f33980c commit 50991f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ApexyLoader/ContentLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ open class ContentLoader<Content>: ObservableLoader {
stateHandlers.forEach { $0.notify() }
}
}

public init() {}

// MARK: - ObservableLoader

Expand Down

0 comments on commit 50991f5

Please sign in to comment.