mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
11 lines
144 B
C++
11 lines
144 B
C++
#pragma once
|
|
|
|
namespace nearby::sharing::linux_tui {
|
|
|
|
enum class Page {
|
|
FilePicker,
|
|
Sharing,
|
|
};
|
|
|
|
} // namespace nearby::sharing::linux_tui
|