`AsyncFeatureFlagStoreProtocol`
This commit is contained in:
parent
6658ee6812
commit
df6a034bc5
|
@ -0,0 +1,13 @@
|
||||||
|
//
|
||||||
|
// AsyncFeatureFlagStoreProtocol.swift
|
||||||
|
// YMFFProtocols
|
||||||
|
//
|
||||||
|
// Created by Yakov Manshin on 9/29/22.
|
||||||
|
// Copyright © 2022 Yakov Manshin. See the LICENSE file for license info.
|
||||||
|
//
|
||||||
|
|
||||||
|
public protocol AsyncFeatureFlagStoreProtocol {
|
||||||
|
|
||||||
|
func value<Value>(forKey key: String) async throws -> Value
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue