1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Can create posts

This commit is contained in:
2019-07-05 11:40:43 +02:00
parent 44d47e7f5e
commit 3a5a395f79
7 changed files with 310 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/// Posts targets types enum
///
/// @author Pierre HUBERT
enum PostTarget {
USER_PAGE,
GROUP_PAGE
}