app-reviews/Libraries/Coordination/Test/Helpers/TestViewControllers.swift
Javier Cicchelli 60cab50c1e [Library] Coordination library (#15)
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>
2024-03-21 16:40:30 +00:00

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 {}