13 lines
200 B
Swift
13 lines
200 B
Swift
|
//
|
||
|
// AppName.swift
|
||
|
// AppShared
|
||
|
//
|
||
|
// Created by MainasuK Cirno on 2021-4-27.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
public enum AppName {
|
||
|
public static let groupID = "group.org.joinmastodon.mastodon-temp"
|
||
|
}
|