//
//  NSDate+ReactDateFormatter.h
//  rainbow
//
//  Created by Doha Tubaileh on 9/30/19.
//  Copyright © 2019 Facebook. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NSDate (ReactDateFormatter)

-(NSString*)changeDateFormatToReact;

@end

NS_ASSUME_NONNULL_END
