mirror of
https://gh.wpcy.net/https://github.com/aspirepress/aspireupdate.git
synced 2026-07-16 09:46:32 +08:00
17 lines
227 B
PHP
17 lines
227 B
PHP
<?php
|
|
/**
|
|
* The Class for Interacting with Aspire Cloud API.
|
|
*
|
|
* @package aspire-update
|
|
*/
|
|
|
|
namespace AspireUpdate;
|
|
|
|
/**
|
|
* The Class for Interacting with Aspire Cloud API.
|
|
*/
|
|
class AspireCloud_API {
|
|
/**
|
|
* TODO.
|
|
*/
|
|
}
|