1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-04 10:27:46 +01:00
Telegram/legacy/TelegraphKit/TGChangePasslockSettingsFutureAction.h
2015-10-01 19:19:52 +03:00

12 lines
264 B
Objective-C

#import "TGFutureAction.h"
#define TGChangePasslockSettingsFutureActionType ((int)0x8934fab4)
@interface TGChangePasslockSettingsFutureAction : TGFutureAction
@property (nonatomic) int32_t lockSince;
- (instancetype)initWithLockSince:(int32_t)lockSince;
@end