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

14 lines
208 B
Objective-C

//
// HTMLSanitizer.h
// HTMLKit
//
// Created by Iska on 26.05.18.
// Copyright © 2018 BrainCookie. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface HTMLSanitizer : NSObject
@end