File "AnnouncementClassInterface.php"
Full Path: /home/trinadezambia/public_html/admin_panel/app/Repositories/AnnouncementClass/AnnouncementClassInterface.php
File size: 160 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Repositories\AnnouncementClass;
use App\Repositories\Base\BaseInterface;
interface AnnouncementClassInterface extends BaseInterface {
}