@class NSMorphology; @interface NSInflectionRuleExplicit : NSInflectionRule @property (readonly, copy) NSMorphology *morphology; + (BOOL)supportsSecureCoding; - (unsigned long long)hash; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (id)description; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)initWithMorphology:(id)a0; @end