MCBrowserViewController
The MCBrowserViewController class presents nearby devices to the user and enables the user to invite nearby devices to a session. To use this class in iOS or tvOS, call methods from the underlying UIViewController class (Prepare(for:sender:) and Performsegue(withidentifier:sender:) for storyboards or Present(_:animated:completion:) and Dismiss(animated:completion:) for nib-based views) to present and dismiss the view controller. In macOS, use the comparable NSViewController methods Presentassheet(_:) and Dismiss(_:) 91my5 instead.
Declaration
class MCBrowserViewController