session-ios/SignalServiceKit/src/Messages/PreKeyBundle+jsonDict.h

16 lines
317 B
C
Raw Normal View History

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