/* * Endless * Copyright (c) 2017 joshua stein * * See LICENSE file for redistribution terms. */ #import @interface RuleEditorRow : NSObject @property NSString *textLabel; @property NSString *detailTextLabel; @property NSString *key; @end