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