Searched refs:EXDevLauncherErrorViewController (Results 1 – 2 of 2) sorted by relevance
8 private weak var currentVC: EXDevLauncherErrorViewController?45 private func getNextErrorViewController() -> EXDevLauncherErrorViewController? { in getNextErrorViewController()47 return EXDevLauncherErrorViewController.create(forManager: self) in getNextErrorViewController()
6 public class EXDevLauncherErrorViewController: UIViewController, UITableViewDataSource { class50 …c func create(forManager manager: EXDevLauncherErrorManager) -> EXDevLauncherErrorViewController? { in create()56 …ntiateViewController(withIdentifier: "EXDevLauncherErrorView") as? EXDevLauncherErrorViewController in create()