AI editing

This commit is contained in:
Isaac 2026-03-20 18:23:45 +01:00
parent 8919596469
commit bc7858ad2b
73 changed files with 3552 additions and 596 deletions

View file

@ -699,6 +699,7 @@ public protocol CustomViewControllerNavigationDataSummary: AnyObject {
} else {
self.presentingViewController?.dismiss(animated: true, completion: nil)
}
completion?()
}
public final func navigationNextSibling() -> UIViewController? {