• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // 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 
10 namespace weave {
11 namespace privet {
12 
13 std::string GetDeviceUiKind(const std::string& manifest_id);
14 
15 }  // namespace privet
16 }  // namespace weave
17 
18 #endif  // LIBWEAVE_SRC_PRIVET_DEVICE_UI_KIND_H_
19