]> git.wh0rd.org - tt-rss.git/blob - feedenclosure.php
2435f68547adb2ef49916c615aec857b2c410c61
[tt-rss.git] / feedenclosure.php
1 <?php
2 class FeedEnclosure {
3 public $link;
4 public $type;
5 public $length;
6 public $title;
7 public $height;
8 public $width;
9 }
10