//
//  Participant+DictRepresentation.h
//  react-native-rainbow-module
//
//  Created by Doha Tubaileh on 19/5/2022.
//

#import <Rainbow/Rainbow.h>

NS_ASSUME_NONNULL_BEGIN

@interface Participant (DictRepresentation)
-(NSDictionary*) participantToDictionaryRepresentation;
@end

NS_ASSUME_NONNULL_END
