Add tagname attribute for HTML Element

This commit is contained in:
iska
2014-11-08 02:09:03 +01:00
parent a59fec42e7
commit 25c233eaaa
+2
View File
@@ -10,4 +10,6 @@
@interface HTMLElement : NSObject
@property (nonatomic, strong, readonly) NSString *tagName;
@end