rugk/threema-msgapi-sdk-php

View on GitHub
source/Threema/MsgApi/Commands/MultiPartCommandInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @author Threema GmbH
 * @copyright Copyright (c) 2015-2016 Threema GmbH
 */


namespace Threema\MsgApi\Commands;

use Threema\MsgApi\Commands\CommandInterface;

interface MultiPartCommandInterface extends CommandInterface {
    public function getData();
}