@interface PURemotePasscodePolicy : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic, getter=isModificationAllowed) BOOL modificationAllowed; @property (nonatomic) unsigned long long passcodeMinimumLength; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; @end