mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 07:13:28 +01:00
12 lines
183 B
Swift
12 lines
183 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 {}
|