diff options
| author | JF <jf@codingfield.com> | 2020-10-20 18:57:39 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-10-20 18:57:39 (GMT) |
| commit | ef5670c7e09a1a63fc5df4a066472ed7fe7550ff (patch) | |
| tree | 3f7999c0dd4c4cfc42a04f7904205ffd914cc225 /src/displayapp/screens/NotificationIcon.h | |
| parent | 55427d83b87960903cd6213ac9c73e694ee547bd (diff) | |
Integrate new notification UI with notifications coming from BLE
Diffstat (limited to 'src/displayapp/screens/NotificationIcon.h')
| -rw-r--r-- | src/displayapp/screens/NotificationIcon.h | 12 |
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 0000000..dc34c3f --- /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 |
