/home/brandsfa/annurbd.com/app/Contracts/Repositories/DeliveryZipCodeRepositoryInterface.php
<?php

namespace App\Contracts\Repositories;

interface DeliveryZipCodeRepositoryInterface extends RepositoryInterface
{

}