14 lines
236 B
Objective-C
14 lines
236 B
Objective-C
//
|
|
// HTMLSanitizingPolicyBuilder.h
|
|
// HTMLKit
|
|
//
|
|
// Created by Iska on 26.05.18.
|
|
// Copyright © 2018 BrainCookie. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface HTMLSanitizingPolicyBuilder : NSObject
|
|
|
|
@end
|