mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 10:27:46 +01:00
12 lines
264 B
Objective-C
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
|