Files
branddefense.pl/wp-content/plugins/brizy/editor/signature-interface.php
Roman Pyrih c2e100a763 first commit
2023-07-24 08:30:51 +02:00

6 lines
88 B
PHP

<?php
interface Brizy_Editor_SignatureInterface {
public function checkSignature();
}