1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00
ttrss/classes/feedenclosure.php
2014-07-15 16:23:46 +02:00

11 lines
129 B
PHP

<?php
class FeedEnclosure {
public $link;
public $type;
public $length;
public $title;
public $height;
public $width;
}
?>