chromium/third_party/openscreen/src/cast/sender/public/cast_app_discovery_service.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CAST_SENDER_PUBLIC_CAST_APP_DISCOVERY_SERVICE_H_
#define CAST_SENDER_PUBLIC_CAST_APP_DISCOVERY_SERVICE_H_

#include <vector>

#include "cast/common/public/receiver_info.h"

namespace openscreen::cast {

class CastMediaSource;

// Interface for app discovery for Cast receivers.
class CastAppDiscoveryService {};

}  // namespace openscreen::cast

#endif  // CAST_SENDER_PUBLIC_CAST_APP_DISCOVERY_SERVICE_H_