14 lines
212 B
Objective-C
14 lines
212 B
Objective-C
//
|
|
// HTMLAttributePolicy.m
|
|
// HTMLKit
|
|
//
|
|
// Created by Iska on 28.05.18.
|
|
// Copyright © 2018 BrainCookie. All rights reserved.
|
|
//
|
|
|
|
#import "HTMLAttributePolicy.h"
|
|
|
|
@implementation HTMLAttributePolicy
|
|
|
|
@end
|