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

16 lines
335 B
C
Raw Normal View History

2015-12-07 03:31:43 +01:00
//
// PreKeyBundle+jsonDict.h
// Signal
//
// Created by Frederic Jacobs on 26/11/14.
// Copyright (c) 2014 Open Whisper Systems. All rights reserved.
//
#import "PreKeyBundle.h"
@interface PreKeyBundle (jsonDict)
+ (PreKeyBundle *)preKeyBundleFromDictionary:(NSDictionary *)dictionary forDeviceNumber:(NSNumber *)number;
@end