UNPKG
@unq-ui/instagram-model-js
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Instagram model
@unq-ui/instagram-model-js
/
src
/
Model
/
Comment.js
7 lines
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
class
Comment
{
constructor
(id, body, user) {
this
.id = id;
this
.body = body;
this
.user = user; } }