1
0
mirror of https://github.com/metabolist/metatext synced 2025-01-21 22:37:08 +01:00
metatext-app-ios-iphone-ipad/Views/NavigationHandling.swift

9 lines
164 B
Swift
Raw Normal View History

2021-03-03 07:55:35 +01:00
// Copyright © 2021 Metabolist. All rights reserved.
import Foundation
import ViewModels
protocol NavigationHandling {
func handle(navigation: Navigation)
}