//
//  ConferenceParticipant+DictRepresentation.h
//  react-native-rainbow-module
//
//  Created by Doha Tubaileh on 17/8/2021.
//

#import <Rainbow/Rainbow.h>

NS_ASSUME_NONNULL_BEGIN

@interface ConferenceParticipant (DictRepresentation)
-(NSDictionary*) conferenceParticipantDictionaryRepresentation;
@end

NS_ASSUME_NONNULL_END
