Skip to content

Commit

Permalink
Make default delegate implementations public
Browse files Browse the repository at this point in the history
  • Loading branch information
aplr committed Apr 11, 2021
1 parent 56b4257 commit c18e46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Richi/VideoPlayer+Delegates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public protocol VideoPlayerTimeDelegate: AnyObject {
func player(_ player: VideoPlayer, didChangeCurrentTime time: TimeInterval)
}

extension VideoPlayerDelegate {
public extension VideoPlayerDelegate {

func playerReady(_ player: VideoPlayer) {

Expand Down Expand Up @@ -127,7 +127,7 @@ extension VideoPlayerDelegate {

}

extension VideoPlayerTimeDelegate {
public extension VideoPlayerTimeDelegate {

func player(_ player: VideoPlayer, didChangeCurrentTime time: TimeInterval) {

Expand Down

0 comments on commit c18e46a

Please sign in to comment.