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