mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +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,
|
* 1) allows sending events to plain UIViews that don't have attached nodes,
|
||||||
* 2) hitTest: is never called before the views are created.
|
* 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 */
|
/** @name Observing node-related changes */
|
||||||
|
|||||||
Reference in New Issue
Block a user