mirror of https://github.com/oxen-io/session-ios
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
441 B
Swift
12 lines
441 B
Swift
// Copyright © 2024 Rangeproof Pty Ltd. All rights reserved.
|
|
// This file is automatically generated and maintained, do not manually edit it.
|
|
//
|
|
// stringlint:disable
|
|
|
|
public enum Constants {
|
|
public static let app_name: String = "Session"
|
|
public static let session_download_url: String = "https://getsession.org/download"
|
|
public static let gif: String = "GIF"
|
|
public static let oxen_foundation: String = "Oxen Foundation"
|
|
}
|