14 lines
217 B
Swift
14 lines
217 B
Swift
//
|
|
// SplashViewController.swift
|
|
// ElementX
|
|
//
|
|
// Created by Stefan Ceriu on 14.02.2022.
|
|
// Copyright © 2022 Element. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class SplashViewController: UIViewController {
|
|
|
|
}
|