mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-11 08:07:14 +02: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
|