mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:05:55 +00:00
9 lines
96 B
PHP
9 lines
96 B
PHP
<?php
|
|
class FeedEnclosure {
|
|
public $link;
|
|
public $type;
|
|
public $length;
|
|
public $title;
|
|
}
|
|
?>
|