MCBrowserViewControllerDelegate
The MCBrowserViewControllerDelegate protocol defines the methods that your delegate object can implement to handle events related to the MCBrowserViewController class.
Declaration
protocol MCBrowserViewControllerDelegate : NSObjectProtocolOverview
No assumption should be made about which queue the delegate methods are called on. It is the receiver’s responsibility to ensure that any UIKit-related updates are called on the main thread.