summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/UninstallAppResponseType.php
blob: 496e128b4c429ed289d392ace50c4ac46aae6c62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Contains \jamesiarmes\PhpEws\Response\UninstallAppResponseType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response to an UninstallApp request.
 *
 * @package php-ews\Response
 */
class UninstallAppResponseType extends ResponseMessageType
{

}