| 1 | <?php |
||
| 23 | class IosMessage extends AbstractMessage |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @param IosPayloadInterface $payload |
||
| 27 | * |
||
| 28 | * @return $this |
||
| 29 | */ |
||
| 30 | public function setPayload(IosPayloadInterface $payload): self |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return IosPayloadInterface|CommonPayloadInterface |
||
| 39 | */ |
||
| 40 | public function getPayload(): IosPayloadInterface |
||
| 44 | } |
||
| 45 |