mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
8 lines
105 B
Dart
8 lines
105 B
Dart
/// Posts targets types enum
|
|
///
|
|
/// @author Pierre HUBERT
|
|
|
|
enum PostTarget {
|
|
USER_PAGE,
|
|
GROUP_PAGE
|
|
} |