]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lib/noticestreamaction.php
e064b2801d207659519d37b8e504e96f660b63ac
[quix0rs-gnu-social.git] / lib / noticestreamaction.php
1 <?php
2
3 if (!defined('GNUSOCIAL')) { exit(1); }
4
5 interface NoticestreamAction
6 {
7     // this fetches the NoticeStream
8     public function getStream();
9 }