13 lines
165 B
Swift
13 lines
165 B
Swift
//
|
|
// SplashViewController.swift
|
|
// ElementX
|
|
//
|
|
// Created by Stefan Ceriu on 14.02.2022.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class SplashViewController: UIViewController {
|
|
|
|
}
|