summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/mailgun/vendor/mailgun/mailgun-php/src/Mailgun/Model/Suppression/Complaint/DeleteResponse.php
blob: 9c8ce93b38f22bd81ae876dfc44e59d13d18b1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php

/*
 * Copyright (C) 2013-2016 Mailgun
 *
 * This software may be modified and distributed under the terms
 * of the MIT license. See the LICENSE file for details.
 */

namespace Mailgun\Model\Suppression\Complaint;

use Mailgun\Model\Suppression\BaseResponse;

/**
 * @author Sean Johnson <sean@mailgun.com>
 */
final class DeleteResponse extends BaseResponse
{
}