This repository has been archived on 2023-10-21. You can view files and clone it, but cannot push or open issues or pull requests.
patchouli/lib/FWIF/FWIFSerializable.php
2020-12-23 01:45:39 +00:00

7 lines
90 B
PHP

<?php
namespace FWIF;
interface FWIFSerializable {
function fwifSerialize();
}