//
//  RNCarouselManager.h
//  testicarousel
//
//  Created by DoanAnh on 11/8/17.
//  Copyright © 2017 Facebook. All rights reserved.
//

#if __has_include(<React/RCTViewManager.h>)
#import <React/RCTViewManager.h>
#else
#import "RCTViewManager.h"
#endif

@interface RNCarouselManager : RCTViewManager

@end
/* RNCarouselManager_h */
