17 lines
420 B
Objective-C
17 lines
420 B
Objective-C
//
|
|
// HTMLKitExceptions.h
|
|
// HTMLKit
|
|
//
|
|
// Created by Iska on 17/03/15.
|
|
// Copyright (c) 2015 BrainCookie. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
extern NSString * const HTMLKitHierarchyRequestError;
|
|
extern NSString * const HTMLKitNotFoundError;
|
|
extern NSString * const HTMLKitNotSupportedError;
|
|
|
|
extern NSString * const HTMLKitSyntaxError;
|
|
extern NSString * const HTMLKitInvalidCharacterError;
|