blob: 93453b4e9a3fed7c79b9f9801e78c007f63b401a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#pragma once
#include "components/ble/SimpleWeatherService.h"
#include "displayapp/screens/Symbols.h"
namespace Pinetime {
namespace Applications {
namespace Screens {
namespace Symbols {
const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
}
}
}
}
|