mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-11 16:16:48 +01:00
13 lines
195 B
Swift
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"
|
|
}
|