mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
14 lines
185 B
Swift
14 lines
185 B
Swift
|
|
//
|
||
|
|
// Consts.swift
|
||
|
|
// SideStore
|
||
|
|
//
|
||
|
|
// Created by Joseph Mattiello on 11/7/22.
|
||
|
|
// Copyright © 2022 Riley Testut. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
public enum Consts {
|
||
|
|
|
||
|
|
}
|