8 lines
190 B
Smalltalk
8 lines
190 B
Smalltalk
accessing
|
|
reStoreDefinition
|
|
^ super reStoreDefinition
|
|
defineAsID: #id;
|
|
define: #userName as: String;
|
|
define: #profileImageUrl as: String;
|
|
define: #profileBio as: String;
|
|
yourself. |