discarded unwanted changes

This commit is contained in:
Keerthy 2023-10-26 22:06:55 +05:30
parent 43f1c64151
commit 1e5578a66c

View File

@ -10,10 +10,6 @@ import Foundation
import MVMCore
open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol, TabsDelegate, MVMCorePresentationDelegateProtocol, SubNavSwipeNavigationProtocol {
public func getAccessibilityElements() -> [Any]? {
return []
}
/// The current managed view controller
private var viewController: UIViewController