15 lines
314 B
C
15 lines
314 B
C
//
|
|
// TLFriendEventStatistics.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 2017/9/20.
|
|
// Copyright © 2017年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#ifndef TLFriendEventStatistics_h
|
|
#define TLFriendEventStatistics_h
|
|
|
|
#define EVENT_GET_CONTACTS @"e_get_contacts"
|
|
|
|
#endif /* TLFriendEventStatistics_h */
|