mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 21:16:35 +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;
|
||||
|
||||
/**
|
||||
* 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;
|
||||
|
||||
@ -87,7 +87,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
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.
|
||||
*/
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#import "BITTelemetryObject.h"
|
||||
|
||||
///Data contract class for type MSAITelemetryData.
|
||||
///Data contract class for type BITTelemetryData.
|
||||
@interface BITTelemetryData : BITTelemetryObject <NSCoding>
|
||||
|
||||
@property (nonatomic, readonly, copy) NSString *envelopeTypeName;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user