Skip to content

Commit

Permalink
#50: [fix] One of the protocols in Medi8 changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtibbetts committed Feb 28, 2021
1 parent 8d0edc0 commit cc001b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public extension MPMediaCollectionBrowser {
/// Implemented by classes and structs that want to keep track of the progress
/// of the collection browser. The browser should ensure that delegate methods
/// are called on the main thread, but this is not guaranteed.
open class MPMediaCollectionBrowserDelegate: MediaImporter.Delegate {
open class MPMediaCollectionBrowserDelegate: MediaImporterDelegate {

/// Called when a media collection is about to be inspected.
///
Expand Down

0 comments on commit cc001b5

Please sign in to comment.