//
//  Conversation+DictRepresentation.h
//  rainbow
//
//  Created by Doha Tubaileh on 9/29/19.
//  Copyright © 2019 Facebook. All rights reserved.
//


#import <Rainbow/Conversation.h>
NS_ASSUME_NONNULL_BEGIN

@interface Conversation (DictRepresentation)
-(NSMutableDictionary*)conversationDictionaryRepresentation;
@end

NS_ASSUME_NONNULL_END
