Skip to content

Commit

Permalink
Modified method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
themoonlitknight committed Jun 10, 2019
1 parent fb02c79 commit a439316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extensions/VMS/XMPPMessage+Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
- (void)forceBody;

- (BOOL)hasVMSReceivedReceipt;
- (NSDictionary*)vmsReceivedReceipts;
- (NSDictionary<NSString*, NSDate*>*)vmsReceivedReceipts;
- (BOOL)hasVMSReadReceipt;
- (NSDictionary*)vmsReadReceipts;
- (NSDictionary<NSString*, NSDate*>*)vmsReadReceipts;

@end

0 comments on commit a439316

Please sign in to comment.