15 lines
308 B
C
15 lines
308 B
C
//
|
|
// TLChatEventStatistics.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 2017/9/20.
|
|
// Copyright © 2017年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#ifndef TLChatEventStatistics_h
|
|
#define TLChatEventStatistics_h
|
|
|
|
#define EVENT_DELETE_MESSAGE @"e_delete_message"
|
|
|
|
#endif /* TLChatEventStatistics_h */
|