File "IClientProfile.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/lib/Core/Profile/IClientProfile.php
File size: 199 bytes
MIME-type: --
Charset: utf-8

<?php

namespace Aliyun\Core\Profile;

interface IClientProfile
{
	public function getSigner();
	
	public function getRegionId();
	
	public function getFormat();
	
	public function getCredential();
}