Update project headers and targets

This commit is contained in:
iska
2017-01-14 23:54:36 +01:00
parent ea63b38379
commit e5237a68c4
13 changed files with 30 additions and 20 deletions
+15
View File
@@ -0,0 +1,15 @@
//
// HTMLDOMUtils.h
// HTMLKit
//
// Created by Iska on 03/12/16.
// Copyright © 2016 BrainCookie. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "HTMLDOM.h"
@class HTMLNode;
extern HTMLNode * GetCommonAncestorContainer(HTMLNode *nodeA, HTMLNode *nodeB);
extern NSArray<HTMLNode *> * GetAncestorNodes(HTMLNode *node);