mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-01-13 13:37:43 +00:00
6 lines
133 B
Dart
6 lines
133 B
Dart
/// Different kinds of posts
|
|
///
|
|
/// @author Pierre HUBERT
|
|
|
|
enum PostKind { TEXT, IMAGE, WEB_LINK, PDF, COUNTDOWN, SURVEY, YOUTUBE }
|