Files
HTMLKit/HTMLKit/HTMLElement.h
T
2014-10-05 15:35:41 +02:00

14 lines
205 B
Objective-C

//
// HTMLElement.h
// HTMLKit
//
// Created by Iska on 05/10/14.
// Copyright (c) 2014 BrainCookie. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface HTMLElement : NSObject
@end