mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
10 lines
193 B
Swift
10 lines
193 B
Swift
// Generated code. Do not modify.
|
|
|
|
import CommonCorePublic
|
|
import Foundation
|
|
import Serialization
|
|
|
|
public protocol DivInputMaskBase {
|
|
var rawTextVariable: String { get } // at least 1 char
|
|
}
|