mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +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
|