Files
Vespass/VespassiOS/AppDelegate.swift
Nalin Bhardwaj 83781c6fa1 secrets refactor
working demo
2023-01-18 03:06:16 -08:00

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