parent
239b0893d5
commit
91f40333dc
@ -1,6 +1,6 @@ |
|||||||
class MessageStatus{ |
class MessageStatus { |
||||||
static const sending = 1; |
static const sending = 1; |
||||||
static const succeeded = 2; |
static const succeeded = 2; |
||||||
static const failed = 3; |
static const failed = 3; |
||||||
static const deleted = 4; |
static const deleted = 4; |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue