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