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

#import <Rainbow/Rainbow.h>

NS_ASSUME_NONNULL_BEGIN

@interface Call (DictRepresentation)
-(NSDictionary*)pBxCallToDictionaryRepresentation;
@end

NS_ASSUME_NONNULL_END
