]> git.wh0rd.org - tt-rss.git/blame - classes/feedenclosure.php
pngcrush.sh
[tt-rss.git] / classes / feedenclosure.php
CommitLineData
cd07592c
AD
1<?php
2class FeedEnclosure {
3 public $link;
4 public $type;
5 public $length;
5c54e683 6 public $title;
523bd90b
FE
7 public $height;
8 public $width;
cd07592c 9}
ea79a0e0 10