This commit is contained in:
nswbmw
2015-09-22 12:34:57 +08:00
parent 6991c0679c
commit 333e5eb33a
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# 方法Methods
-----------------
-----------------
> 1.0
> 翻译:[pp-prog](https://github.com/pp-prog)
> 校对:[zqp](https://github.com/zqp)
@ -222,7 +222,7 @@ ovenLight.next()
```swift
class SomeClass {
class func someTypeMethod() {
static func someTypeMethod() {
// type method implementation goes here
}
}