HandyJSON 刚刚更新了,就崩溃到这里了

smdnsysy  于 22天前  发布在  其他
关注(0)|答案(1)|浏览(21)

static func _transform(dict: [String: Any], to instance: inout Self) {
guard let properties = getProperties(forType: Self.self) else {
InternalLogger.logDebug("Failed when try to get properties from type: (type(of: Self.self))")
return
}
}

相关问题