1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00
comunicmobile/lib/enums/post_target.dart
2019-07-05 11:40:43 +02:00

8 lines
105 B
Dart

/// Posts targets types enum
///
/// @author Pierre HUBERT
enum PostTarget {
USER_PAGE,
GROUP_PAGE
}