2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00
2022-01-28 12:09:28 +08:00

13 lines
195 B
Swift

//
// AppName.swift
// MastodonCommon
//
// Created by MainasuK Cirno on 2021-4-27.
//
import Foundation
public enum AppName {
public static let groupID = "group.org.joinmastodon.app"
}