Move header files into include directory
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// HTMLKit.h
|
||||
// HTMLKit
|
||||
//
|
||||
// Created by Iska on 15/09/14.
|
||||
// Copyright (c) 2014 BrainCookie. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for HTMLKit.
|
||||
extern double HTMLKitVersionNumber;
|
||||
|
||||
//! Project version string for HTMLKit.
|
||||
extern const unsigned char HTMLKitVersionString[];
|
||||
|
||||
#import "HTMLDOM.h"
|
||||
#import "HTMLParser.h"
|
||||
#import "HTMLKitErrorDomain.h"
|
||||
#import "HTMLOrderedDictionary.h"
|
||||
|
||||
#import "CSSSelectors.h"
|
||||
#import "CSSSelectorParser.h"
|
||||
#import "CSSNthExpressionParser.h"
|
||||
|
||||
#import "NSString+HTMLKit.h"
|
||||
#import "NSCharacterSet+HTMLKit.h"
|
||||
Reference in New Issue
Block a user