mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 06:10:03 +00:00
8 lines
136 B
Objective-C
8 lines
136 B
Objective-C
#import "BITTelemetryObject.h"
|
|
|
|
@interface BITLocation : BITTelemetryObject <NSCoding>
|
|
|
|
@property (nonatomic, copy) NSString *ip;
|
|
|
|
@end
|