mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 21:09:21 +00:00
6 lines
106 B
Dart
6 lines
106 B
Dart
/// User page visibility
|
|
///
|
|
/// @author Pierre HUBERT
|
|
|
|
enum UserPageVisibility { PRIVATE, PUBLIC, OPEN }
|