14 lines
189 B
Objective-C
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
|