mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-08 09:49:51 +00:00
Fix build
This commit is contained in:
parent
2b8782399e
commit
04e4297fdb
@ -49,7 +49,7 @@
|
|||||||
@property (nonatomic, strong, readonly) MTApiEnvironment *apiEnvironment;
|
@property (nonatomic, strong, readonly) MTApiEnvironment *apiEnvironment;
|
||||||
@property (nonatomic, readonly) bool isTestingEnvironment;
|
@property (nonatomic, readonly) bool isTestingEnvironment;
|
||||||
@property (nonatomic, readonly) bool useTempAuthKeys;
|
@property (nonatomic, readonly) bool useTempAuthKeys;
|
||||||
@property (nonatomic, readonly) int32_t tempKeyExpiration;
|
@property (nonatomic) int32_t tempKeyExpiration;
|
||||||
|
|
||||||
+ (int32_t)fixedTimeDifference;
|
+ (int32_t)fixedTimeDifference;
|
||||||
+ (void)setFixedTimeDifference:(int32_t)fixedTimeDifference;
|
+ (void)setFixedTimeDifference:(int32_t)fixedTimeDifference;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user