14 lines
206 B
Objective-C
14 lines
206 B
Objective-C
//
|
|
// HTMLDOMUtils.h
|
|
// HTMLKit
|
|
//
|
|
// Created by Iska on 03/12/16.
|
|
// Copyright © 2016 BrainCookie. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface HTMLDOMUtils : NSObject
|
|
|
|
@end
|