<?php

namespace BitApps\Social\HTTP\Services\Interfaces;

interface SocialInterface
{
    public function publishPost($data);
}
