mirror of
https://github.com/lil-org/wallet.git
synced 2025-01-01 08:54:06 +03:00
10 lines
169 B
Swift
10 lines
169 B
Swift
// Copyright © 2021 Tokenary. All rights reserved.
|
|
|
|
import Foundation
|
|
|
|
struct Identifiers {
|
|
|
|
static let safariExtensionBundle = "mac.tokenary.io.Safari"
|
|
|
|
}
|