app-reviews/Libraries/Coordination/Test/Helpers/TestViewControllers.swift

13 lines
291 B
Swift
Raw Normal View History

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