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

#import <Rainbow/Rainbow.h>

NS_ASSUME_NONNULL_BEGIN

@interface Room (DictRepresentation)
-(NSString*)getBubblePhotoUrlString;
-(NSDictionary*)roomDictionaryRepresentation;
@end

NS_ASSUME_NONNULL_END
