18 lines
490 B
C
18 lines
490 B
C
//
|
|
// TLMineEventStatistics.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 2017/9/20.
|
|
// Copyright © 2017年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#ifndef TLMineEventStatistics_h
|
|
#define TLMineEventStatistics_h
|
|
|
|
#define EVENT_WALLET_DONATE @"e_wallet_donate"
|
|
#define EVENT_WALLET_QR_SAVE @"e_wallet_qr_save"
|
|
#define EVENT_DONATE_ALERT_NO @"e_donate_alert_no"
|
|
#define EVENT_DONATE_ALERT_YES @"e_donate_alert_yes"
|
|
|
|
#endif /* TLMineEventStatistics_h */
|