@ -62,7 +62,7 @@ class SomeClass: SomeSuperClass, FirstProtocol, AnotherProtocol {
|
|||||||
|
|
||||||
```swift
|
```swift
|
||||||
protocol SomeProtocol {
|
protocol SomeProtocol {
|
||||||
var musBeSettable : Int { get set }
|
var mustBeSettable : Int { get set }
|
||||||
var doesNotNeedToBeSettable: Int { get }
|
var doesNotNeedToBeSettable: Int { get }
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user