agriget/classes/feedenclosure.php

11 lines
127 B
PHP
Raw Permalink Normal View History

2019-03-22 22:17:29 +08:00
<?php
class FeedEnclosure {
public $link;
public $type;
public $length;
public $title;
public $height;
public $width;
}