1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-11 08:59:48 +01:00
Telegram/Telegraph/TLDcOption$modernDcOption.h

11 lines
242 B
C
Raw Normal View History

2015-10-01 18:19:52 +02:00
#import "TLDcOption.h"
@interface TLDcOption$modernDcOption : TLDcOption
@property (nonatomic) int32_t flags;
@property (nonatomic) int32_t n_id;
@property (nonatomic, strong) NSString *ip_address;
@property (nonatomic) int32_t port;
@end