Merge branch 'feature/accessibilityHandler' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/accessibilityHandler
This commit is contained in:
commit
6ad71383f4
@ -32,9 +32,4 @@ extension RawRepresentableCodable {
|
|||||||
throw RawRepresentableCodableError.invalid(value: "\(rawValue)")
|
throw RawRepresentableCodableError.invalid(value: "\(rawValue)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public func encode(to encoder: Encoder) throws {
|
|
||||||
var container = encoder.singleValueContainer()
|
|
||||||
try container.encode(self)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user