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


#import <Rainbow/Contact.h>
#import <UIKit/UIKit.h>


NS_ASSUME_NONNULL_BEGIN

@interface Contact (DictRepresentation)

-(NSDictionary *)contactDictionaryRepresentation;
-(NSDictionary *)getPresenceDictRepresentation;
-(UIImage *)getContactImage;
@end

NS_ASSUME_NONNULL_END
