mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-09 03:07:13 +00:00
update annotations
This commit is contained in:
parent
29ed3dab2b
commit
18169f3979
21 changed files with 57 additions and 57 deletions
|
@ -481,7 +481,7 @@ var obj = ClassName() // obj instantiation
|
|||
|
||||
Do actions before/after modifying a property value.
|
||||
|
||||
**NOTE**: `willSet` and `didSet` do not *set* the value of the property.
|
||||
> **Note**: `willSet` and `didSet` do not *set* the value of the property.
|
||||
|
||||
```swift
|
||||
class ClassName {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue