//
//  MyUser+DictRepresentation.h
//  react-native-rainbow-module
//
//  Created by Doha Tubaileh on 07/08/2022.
//

#import <Rainbow/Rainbow.h>

NS_ASSUME_NONNULL_BEGIN

@interface MyUser (DictRepresentation)
- (NSDictionary *) myUserDictionaryRepresentation;
@end

NS_ASSUME_NONNULL_END
