iOS web browser with a focus on security and privacy
at master 16 lines 288 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 <Foundation/Foundation.h> 9 10@interface RuleEditorRow : NSObject 11 12@property NSString *textLabel; 13@property NSString *detailTextLabel; 14@property NSString *key; 15 16@end