<?php

namespace BitApps\Social\HTTP\Services\Interfaces;

interface PlatformAppInfoResolverInterface
{
    public function getAppInfo($request);
}
