mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-24 10:28:41 +00:00
13 lines
113 B
PHP
13 lines
113 B
PHP
<?php
|
|
|
|
namespace PayPal\Rest;
|
|
|
|
/**
|
|
* Interface IResource
|
|
*
|
|
* @package PayPal\Rest
|
|
*/
|
|
interface IResource
|
|
{
|
|
}
|