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

14 lines
189 B
Objective-C

//
// HTMLElement.m
// HTMLKit
//
// Created by Iska on 05/10/14.
// Copyright (c) 2014 BrainCookie. All rights reserved.
//
#import "HTMLElement.h"
@implementation HTMLElement
@end