@class NSString, NSDate; @interface _KSTIUserDictionaryEntryValue : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (copy, nonatomic) NSString *phrase; @property (copy, nonatomic) NSString *shortcut; @property (retain, nonatomic) NSDate *timestamp; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)valueWithEntry:(id)a0; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (BOOL)matchesEntry:(id)a0; - (id)shortcutForSorting; @end