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