Add enum for HTML Namespaces
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// HTMLNamespaces.h
|
||||
// HTMLKit
|
||||
//
|
||||
// Created by Iska on 03/11/14.
|
||||
// Copyright (c) 2014 BrainCookie. All rights reserved.
|
||||
//
|
||||
|
||||
typedef NS_ENUM(NSInteger, HTMLNamespace)
|
||||
{
|
||||
HTMLNamespaceHTML,
|
||||
HTMLNamespaceMathML,
|
||||
HTMLNamespaceSVG,
|
||||
HTMLNamespaceXLink,
|
||||
HTMLNamespaceXML,
|
||||
HTMLNamespaceXMLNS,
|
||||
};
|
||||
Reference in New Issue
Block a user