Commit 626f4b0
committed
refactor(ios): re-align some autosynthesized properties
When building, we get the following warnings regarding the properties of
`ReactNativeBlobUtilProgress`:
Autosynthesized property 'count' will use synthesized instance variable '_count', not existing instance variable 'count'
Autosynthesized property 'enable' will use synthesized instance variable '_enable', not existing instance variable 'enable'
Autosynthesized property 'interval' will use synthesized instance variable '_interval', not existing instance variable 'interval'
Autosynthesized property 'type' will use synthesized instance variable '_type', not existing instance variable 'type'
As all access is via these synthesized properties, the declared instance variables
can be removed.1 parent b6c7f6f commit 626f4b0
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| |||
0 commit comments