提交 f66d4fa7 编写于 作者: M Mattt Thompson

Fixing markup

上级 ebec5bec
......@@ -595,8 +595,9 @@ extension Alamofire.Request {
})
}
}
```
```swift
class User: ResponseObjectSerializable {
let username: String
let name: String
......@@ -608,7 +609,7 @@ class User: ResponseObjectSerializable {
}
```
```
```swift
Alamofire.request(.GET, "http://example.com/users/mattt")
.responseObject { (_, _, user: User?, _) in
println(user)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册