12 lines
319 B
C
12 lines
319 B
C
//
|
|
// HTMLKitExceptions.h
|
|
// HTMLKit
|
|
//
|
|
// Created by Iska on 17/03/15.
|
|
// Copyright (c) 2015 BrainCookie. All rights reserved.
|
|
//
|
|
|
|
FOUNDATION_EXPORT NSString * const HTMLKitHierarchyRequestError;
|
|
FOUNDATION_EXPORT NSString * const HTMLKitNotFoundError;
|
|
FOUNDATION_EXPORT NSString * const HTMLKitNotSupportedError;
|