blob: cd05f0eec5f9fc136b76ef9c746952cb126b5184 [file] [log] [blame]
Vitaly Buka87eb7882015-10-27 22:23:49 -07001// Copyright 2015 The Weave Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef LIBWEAVE_SRC_PRIVET_DEVICE_UI_KIND_H_
6#define LIBWEAVE_SRC_PRIVET_DEVICE_UI_KIND_H_
7
8#include <string>
9
10namespace weave {
11namespace privet {
12
13std::string GetDeviceUiKind(const std::string& manifest_id);
14
15} // namespace privet
16} // namespace weave
17
18#endif // LIBWEAVE_SRC_PRIVET_DEVICE_UI_KIND_H_