14 lines
205 B
Swift
14 lines
205 B
Swift
//
|
|
// ResourcesServiceSetup.swift
|
|
// PayCash
|
|
//
|
|
// Created by Igor on 11.02.2021.
|
|
// Copyright © 2021 AM. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension Resources.Service {
|
|
enum Setup {}
|
|
}
|