mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
6 lines
62 B
Swift
6 lines
62 B
Swift
import Codability
|
|
|
|
func doThing() {
|
|
_ = AnyCodable.self
|
|
}
|