]> git.wh0rd.org Git - tt-rss.git/blob - classes/feedenclosure.php
remove ob_clean/flush shit as unneeded hacks from cached image output routines
[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 ?>