mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
hitTest:withEvent: return value should be nullable
This commit is contained in:
@@ -361,7 +361,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
* 1) allows sending events to plain UIViews that don't have attached nodes,
|
||||
* 2) hitTest: is never called before the views are created.
|
||||
*/
|
||||
- (UIView *)hitTest:(CGPoint)point withEvent:(nullable UIEvent *)event;
|
||||
- (nullable UIView *)hitTest:(CGPoint)point withEvent:(nullable UIEvent *)event;
|
||||
|
||||
|
||||
/** @name Observing node-related changes */
|
||||
|
||||
Reference in New Issue
Block a user