1
0
mirror of https://github.com/metabolist/metatext synced 2024-12-14 18:35:37 +01:00
metatext-app-ios-iphone-ipad/Views/NavigationHandling.swift
2021-03-02 22:55:35 -08:00

9 lines
164 B
Swift

// Copyright © 2021 Metabolist. All rights reserved.
import Foundation
import ViewModels
protocol NavigationHandling {
func handle(navigation: Navigation)
}