7 lines
163 B
Smalltalk
7 lines
163 B
Smalltalk
accessing
|
|
reStoreDefinition
|
|
^ super reStoreDefinition
|
|
define: #id as: String;
|
|
define: #userName as: String;
|
|
define: #profileImageUrl as: String;
|
|
yourself. |