12 lines
223 B
Swift
12 lines
223 B
Swift
|
//
|
||
|
// LocationsAddCoordinable.swift
|
||
|
// Locations
|
||
|
//
|
||
|
// Created by Javier Cicchelli on 11/04/2023.
|
||
|
// Copyright © 2023 Röck+Cöde. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Core
|
||
|
|
||
|
protocol LocationsAddCoordinable: Coordinator {}
|