diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-10-27 21:57:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 21:57:48 +0100 |
| commit | cb9e8815d8bc6ce71fd8e97f3e3dae402658ce1f (patch) | |
| tree | 1750edfed02f547102e468eca485caab3b08e98d /src/displayapp/screens/NotificationIcon.h | |
| parent | c5bf09d21b2ed8e2435ec625e351594f58713924 (diff) | |
| parent | 7de43a16608e599369867cb3cfa7d5776a5b6380 (diff) | |
Merge pull request #108 from JF002/notification-ui
Improved notification UI
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 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 |
