//
//  RNMaskedView.h
//  RNMaskedView
//

#import <UIKit/UIKit.h>
#import "RCTView.h"

@interface RNMaskedView : RCTView

@end
