blob: 4396ef097e07d44d56b57e387f9d22259eb759fe [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.syncslides.discovery;
/**
* Makes clients to LivePresentation services.
*/
interface ClientFactory {
LivePresentationClient make(String name);
}