@class NSArray, LNStaticDeferredLocalizedString; @interface LNDynamicOptionsResult : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) NSArray *sections; @property (readonly, nonatomic) BOOL usesIndexedCollation; @property (readonly, nonatomic) LNStaticDeferredLocalizedString *promptLabel; @property (readonly, nonatomic) NSArray *dependentParameterIdentifiers; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithSections:(id)a0 usesIndexedCollation:(BOOL)a1 promptLabel:(id)a2 dependentParameterIdentifiers:(id)a3; @end