//
//  ImageCroperManager.h
//  TOCropViewControllerExample
//
//  Created by Trương Thành on 2/15/19.
//  Copyright © 2019 Tim Oliver. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <React/RCTBridgeModule.h>

NS_ASSUME_NONNULL_BEGIN

@interface ImageCropperManager : UINavigationController <RCTBridgeModule>

@end

NS_ASSUME_NONNULL_END
