diff options
author | manuroe <manu@matrix.org> | 2016-11-07 17:27:09 +0100 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2016-11-07 17:27:09 +0100 |
commit | 27a8c28da4e5c62d8863ee3d30642109d713c4d6 (patch) | |
tree | 58e5afddfa83e50f02672e7d7bd573bcdd1df177 /xcode/OLMKit/OLMInboundGroupSession.h | |
parent | 5d1b66c350ac017613982f904b896750766654de (diff) |
OLMKit: Update obj-c wrapper to 2.0.0
Diffstat (limited to 'xcode/OLMKit/OLMInboundGroupSession.h')
-rw-r--r-- | xcode/OLMKit/OLMInboundGroupSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/OLMKit/OLMInboundGroupSession.h b/xcode/OLMKit/OLMInboundGroupSession.h index a507490..46de3a0 100644 --- a/xcode/OLMKit/OLMInboundGroupSession.h +++ b/xcode/OLMKit/OLMInboundGroupSession.h @@ -24,6 +24,6 @@ - (NSString*)sessionIdentifier; /** base64 ciphertext -> UTF-8 plaintext */ -- (NSString*)decryptMessage:(NSString*)message; +- (NSString*)decryptMessage:(NSString*)message messageIndex:(NSUInteger*)messageIndex; @end |