mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
5 lines
75 B
Swift
5 lines
75 B
Swift
|
|
protocol DivSystemPropertyManager {
|
|
init(storage: DivVariableStorage)
|
|
}
|