1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00
comunicmobile/lib/enums/post_target.dart

8 lines
105 B
Dart
Raw Normal View History

2019-07-05 09:40:43 +00:00
/// Posts targets types enum
///
/// @author Pierre HUBERT
enum PostTarget {
USER_PAGE,
GROUP_PAGE
}