]> git.wh0rd.org - tt-rss.git/blob - classes/feedenclosure.php
pngcrush.sh
[tt-rss.git] / classes / 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