#import "RNNOptions.h"

@interface RNNOverlayOptions : RNNOptions

@property (nonatomic, strong) NSNumber* interceptTouchOutside;

@end