@ -225,7 +225,7 @@ ovenLight.next()
|
|||||||
|
|
||||||
```swift
|
```swift
|
||||||
class SomeClass {
|
class SomeClass {
|
||||||
class func someTypeMethod() {
|
static func someTypeMethod() {
|
||||||
// type method implementation goes here
|
// type method implementation goes here
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -222,7 +222,7 @@ ovenLight.next()
|
|||||||
|
|
||||||
```swift
|
```swift
|
||||||
class SomeClass {
|
class SomeClass {
|
||||||
class func someTypeMethod() {
|
static func someTypeMethod() {
|
||||||
// type method implementation goes here
|
// type method implementation goes here
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user