Detecting a data type of response from API

后端 未结 0 1930
执笔经年
执笔经年 2020-12-02 18:18

I have a class like that

class MyClass {

    var data : Any

    init(data: Any) {

        self.data = data
 
    }
}

And Json response fro

相关标签:
回答
  • 消灭零回复
提交回复
热议问题