mirror of
https://github.com/nalinbhardwaj/Vespass.git
synced 2026-04-20 03:02:39 -04:00
15 lines
261 B
Swift
15 lines
261 B
Swift
//
|
|
// AppDelegate.swift
|
|
// Vespass
|
|
//
|
|
// Created by Nalin Bhardwaj on 23/12/22.
|
|
// Copyright © 2022 Vespass. All rights reserved.
|
|
//
|
|
// The app delegate for iOS.
|
|
|
|
import UIKit
|
|
|
|
@UIApplicationMain
|
|
class AppDelegate: UIResponder, UIApplicationDelegate { }
|
|
|