mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 13:13:55 +00:00
Remove remaining occurances of old namespace
This commit is contained in:
parent
dcc0b746de
commit
91bcaa31bf
@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
- (void)enqueueTelemetryItem:(BITTelemetryData *)item;
|
- (void)enqueueTelemetryItem:(BITTelemetryData *)item;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manually trigger the MSAIChannel to persist all items currently in its data item queue.
|
* Manually trigger the BITChannel to persist all items currently in its data item queue.
|
||||||
*/
|
*/
|
||||||
- (void)persistDataItemQueue;
|
- (void)persistDataItemQueue;
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||||||
void bit_appendStringToSafeJsonStream(NSString *string, char *__nonnull*__nonnull jsonStream);
|
void bit_appendStringToSafeJsonStream(NSString *string, char *__nonnull*__nonnull jsonStream);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reset MSAISafeJsonEventsString so we can start appending JSON dictionaries.
|
* Reset BITSafeJsonEventsString so we can start appending JSON dictionaries.
|
||||||
*
|
*
|
||||||
* @param string The string that will be reset.
|
* @param string The string that will be reset.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#import "BITTelemetryObject.h"
|
#import "BITTelemetryObject.h"
|
||||||
|
|
||||||
///Data contract class for type MSAITelemetryData.
|
///Data contract class for type BITTelemetryData.
|
||||||
@interface BITTelemetryData : BITTelemetryObject <NSCoding>
|
@interface BITTelemetryData : BITTelemetryObject <NSCoding>
|
||||||
|
|
||||||
@property (nonatomic, readonly, copy) NSString *envelopeTypeName;
|
@property (nonatomic, readonly, copy) NSString *envelopeTypeName;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user