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

@ -225,7 +225,7 @@ ovenLight.next()
```swift
class SomeClass {
class func someTypeMethod() {
static func someTypeMethod() {
// type method implementation goes here
}
}