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