gpt4 book ai didi

ios - 使用未声明的类型 'ResponseJSONObjectSerializable'

转载 作者:行者123 更新时间:2023-11-30 14:00:49 25 4
gpt4 key购买 nike

代码如下:

import Alamofire
import SwiftyJSON

public protocol ResponseJSONObjectSerialiazable {
init?(json: SwiftyJSON.JSON)
}

extension Alamofire.Request {
public func responseObject<T: ResponseJSONObjectSerializable> (completionHandler:(NSURLRequest?, NSHTTPURLResponse?, Result<T>) -> Void) -> Self {
//Error: Use of undeclared type 'ResponseJSONObjectSerializable'

...
}
}

我正在使用 Swift 2.0 和 Alamofire 2.0

最佳答案

这只是一个简单的拼写错误 ...liazable...lizable

关于ios - 使用未声明的类型 'ResponseJSONObjectSerializable',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33017093/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com