13 lines
230 B
Swift
13 lines
230 B
Swift
|
//
|
||
|
// UIApplication+Conformances.swift
|
||
|
// Locations
|
||
|
//
|
||
|
// Created by Javier Cicchelli on 13/04/2023.
|
||
|
// Copyright © 2023 Röck+Cöde. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Core
|
||
|
import UIKit
|
||
|
|
||
|
extension UIApplication: Application {}
|