mirror of
https://github.com/metabolist/metatext
synced 2024-12-14 18:35:37 +01:00
9 lines
164 B
Swift
9 lines
164 B
Swift
// Copyright © 2021 Metabolist. All rights reserved.
|
|
|
|
import Foundation
|
|
import ViewModels
|
|
|
|
protocol NavigationHandling {
|
|
func handle(navigation: Navigation)
|
|
}
|