Avatar
いや、通る
6:36 AM
public func parse(data: Data) throws -> Any { return UIImage(data: data) ?? Error.imageNotFound }
6:36 AM
あーー
6:36 AM
Anyのせいか