@interface LNSystemProtocolParameter : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) long long vocabularyModel; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)initWithVocabularyModel:(long long)a0; @end