17 lines
224 B
PHP
17 lines
224 B
PHP
<?php
|
|
/**
|
|
* Simply Schedule Appointments Recipient.
|
|
*
|
|
* @since 3.8.6
|
|
* @package Simply_Schedule_Appointments
|
|
*/
|
|
|
|
/**
|
|
* Simply Schedule Appointments Recipient.
|
|
*
|
|
* @since 3.8.6
|
|
*/
|
|
abstract class SSA_Recipient {
|
|
|
|
}
|