<?php
namespace Westdc\MetadataSync;
interface SyncPluginInterface
{
public function sync();
public function check();
}