@class NSString, NSArray; @interface RMUIPasscodeViewModel : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property short symbol; @property (retain) NSString *title; @property (retain) NSArray *detailViewModels; - (id)init; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (void)clearModel; @end