10 lines
133 B
Objective-C
10 lines
133 B
Objective-C
#pragma once
|
|
|
|
@protocol RNSViewInteractionAware
|
|
|
|
- (void)rnscreens_disableInteractions;
|
|
|
|
- (void)rnscreens_enableInteractions;
|
|
|
|
@end
|