yxh265
Results
3
comments of
yxh265
> 你们还维护么,如果做兼容m3u8 ,我 就把我写的代码提交pr给你们 你提交pr上来吧。
我试着改了一下。 已经提交了一个合并申请。 大佬看看。 https://github.com/yxh265/ExCodable/tree/develop 支持模型定义如下: ``` struct testModel: ExAutoCodable { @ExCodable var jumpParam: [String: Any]? = [:] @ExCodable var matchs: [Any] = [] } ```
因为另一个框架的代码它没做到pod,所以临时直接放进来了。 嗯,(ExCodable 提供了 ExCodableDecodingTypeConverter 协议)是个好方法,也期待你的更新。