summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/NotificationIcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/NotificationIcon.h')
-rw-r--r--src/displayapp/screens/NotificationIcon.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/displayapp/screens/NotificationIcon.h b/src/displayapp/screens/NotificationIcon.h
new file mode 100644
index 00000000..dc34c3f0
--- /dev/null
+++ b/src/displayapp/screens/NotificationIcon.h
@@ -0,0 +1,12 @@
+#pragma once
+
+namespace Pinetime {
+ namespace Applications {
+ namespace Screens {
+ class NotificationIcon {
+ public:
+ static const char* GetIcon(bool newNotificationAvailable);
+ };
+ }
+ }
+} \ No newline at end of file