6 lines
115 B
Swift
6 lines
115 B
Swift
import CodexBarCore
|
|
|
|
struct ZedProviderImplementation: ProviderImplementation {
|
|
let id: UsageProvider = .zed
|
|
}
|