mirror of
https://github.com/lil-org/tokenary.git
synced 2024-11-27 00:54:12 +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"
|
|
|
|
}
|