2015-12-07 03:31:43 +01:00
|
|
|
//
|
2017-07-24 16:35:18 +02:00
|
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
2015-12-07 03:31:43 +01:00
|
|
|
//
|
|
|
|
|
2017-11-28 00:17:46 +01:00
|
|
|
#import <AxolotlKit/PreKeyBundle.h>
|
2015-12-07 03:31:43 +01:00
|
|
|
|
2017-07-24 16:35:18 +02:00
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
2015-12-07 03:31:43 +01:00
|
|
|
@interface PreKeyBundle (jsonDict)
|
|
|
|
|
2017-07-24 16:35:18 +02:00
|
|
|
+ (nullable PreKeyBundle *)preKeyBundleFromDictionary:(NSDictionary *)dictionary forDeviceNumber:(NSNumber *)number;
|
2015-12-07 03:31:43 +01:00
|
|
|
|
|
|
|
@end
|
2017-07-24 16:35:18 +02:00
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|