/home/tuzdhajd/tuzdayscloset.com/wp-content/plugins/brizy/editor/zip/archiver-interface.php
<?php

interface Brizy_Editor_Zip_ArchiverInterface {

	public function createZip( $posts, $fileName );

	public function createFromZip( $zipPath );

	public function getSyncVersion();

	public function isVersionSupported($version);

	public function getScreenshotType($archiveType);
}