Skip to content

Commit a8fee68

Browse files
committed
Add deprecated protocol
1 parent 79d76fe commit a8fee68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

React/Views/ScrollView/RCTScrollableProtocol.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@
4141
@optional
4242
@property (nonatomic, weak) UIScrollView *scrollView;
4343

44+
@end
45+
46+
__attribute__ ((deprecated("Use RCTCustomRefreshControlProtocol instead")))
47+
@protocol RCTCustomRefreshContolProtocol <RCTCustomRefreshControlProtocol>
4448
@end

0 commit comments

Comments
 (0)