@interface PBItemDetection : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) BOOL present; @property (readonly, nonatomic) id value; + (id)_allowedValueClasses; + (id)detectionPresentWithValue:(id)a0; + (id)detectionPresent; + (id)detectionAbsent; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)initWithPresent:(BOOL)a0 value:(id)a1; @end