mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-04 18:41:00 +00:00
13 lines
324 B
Objective-C
13 lines
324 B
Objective-C
#ifndef Telegram_NetworkLogging_h
|
|
#define Telegram_NetworkLogging_h
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
void NetworkRegisterLoggingFunction();
|
|
void NetworkSetLoggingEnabled(bool);
|
|
|
|
void setBridgingTraceFunction(void (*)(NSString *, NSString *));
|
|
void setBridgingShortTraceFunction(void (*)(NSString *, NSString *));
|
|
|
|
#endif
|