VideoWeb/app/VideoWeb/VideoChannel.class.st

17 lines
264 B
Smalltalk

Class {
#name : #VideoChannel,
#superclass : #Object,
#instVars : [
'author',
'authorId',
'authorBanners',
'authorThumbnails',
'relatedChannels',
'description',
'subscribersCount',
'totalViews',
'isFamilyFriendly'
],
#category : #VideoWeb
}