This PR contains the work done to implement the necessary protocols and router to implement the Coordinators pattern in the app. Reviewed-on: #15 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
13 lines
291 B
Swift
13 lines
291 B
Swift
//
|
|
// TestViewControllers.swift
|
|
// ReviewsCoordinationTests
|
|
//
|
|
// Created by Javier Cicchelli on 21/03/2024.
|
|
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
final class SomeViewController: UIViewController {}
|
|
final class OtherViewController: UIViewController {}
|