iOS web browser with a focus on security and privacy
at master 12 lines 216 B view raw
1/* 2 * Endless 3 * Copyright (c) 2017 joshua stein <jcs@jcs.org> 4 * 5 * See LICENSE file for redistribution terms. 6 */ 7 8#import "RuleEditorController.h" 9 10@interface URLBlockerRuleController : RuleEditorController 11 12@end