mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 21:09:21 +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 }
|