Automated build for v0.01
This commit is contained in:
10
classes/feedenclosure.php
Normal file
10
classes/feedenclosure.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
class FeedEnclosure {
|
||||
public $link;
|
||||
public $type;
|
||||
public $length;
|
||||
public $title;
|
||||
public $height;
|
||||
public $width;
|
||||
}
|
||||
|
Reference in New Issue
Block a user