Specify the generic type of the Node Iterator

This commit is contained in:
iska
2015-12-23 03:02:30 +01:00
parent b64cfc9c1e
commit e80188dd00
+1 -1
View File
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
https://dom.spec.whatwg.org/#interface-nodeiterator
*/
@interface HTMLNodeIterator : NSEnumerator
@interface HTMLNodeIterator : NSEnumerator<HTMLNode *>
/**
The root element of this iterator, i.e. the traversed tree is rooted at this element.