aboutsummaryrefslogtreecommitdiff
path: root/src/privet/device_ui_kind.h
blob: cd05f0eec5f9fc136b76ef9c746952cb126b5184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2015 The Weave Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef LIBWEAVE_SRC_PRIVET_DEVICE_UI_KIND_H_
#define LIBWEAVE_SRC_PRIVET_DEVICE_UI_KIND_H_

#include <string>

namespace weave {
namespace privet {

std::string GetDeviceUiKind(const std::string& manifest_id);

}  // namespace privet
}  // namespace weave

#endif  // LIBWEAVE_SRC_PRIVET_DEVICE_UI_KIND_H_