使用未声明的类型' ResponseJSONObjectSerializable'

时间:2015-10-08 13:20:51

标签: ios swift alamofire

以下是代码:

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

1 个答案:

答案 0 :(得分:0)

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