Files
HTMLKit/Sources/HTMLSanitizer.m
T
2018-06-01 00:26:56 +02:00

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