// // Copyright (c) 2017 Open Whisper Systems. All rights reserved. // #import #import "Chain.h" #import @interface SendingChain : NSObject -(instancetype)initWithChainKey:(ChainKey*)chainKey senderRatchetKeyPair:(ECKeyPair*)keyPair; @property ECKeyPair *senderRatchetKeyPair; @end