mirror of https://github.com/oxen-io/session-ios
parent
a5f067936c
commit
6e19c1aae8
@ -1,15 +1,15 @@
|
|||||||
//
|
//
|
||||||
// PreKeyBundle+jsonDict.h
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
||||||
// Signal
|
|
||||||
//
|
|
||||||
// Created by Frederic Jacobs on 26/11/14.
|
|
||||||
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
|
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "PreKeyBundle.h"
|
#import "PreKeyBundle.h"
|
||||||
|
|
||||||
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
@interface PreKeyBundle (jsonDict)
|
@interface PreKeyBundle (jsonDict)
|
||||||
|
|
||||||
+ (PreKeyBundle *)preKeyBundleFromDictionary:(NSDictionary *)dictionary forDeviceNumber:(NSNumber *)number;
|
+ (nullable PreKeyBundle *)preKeyBundleFromDictionary:(NSDictionary *)dictionary forDeviceNumber:(NSNumber *)number;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
NS_ASSUME_NONNULL_END
|
||||||
|
Loading…
Reference in New Issue