@class NSObject; @protocol OS_dispatch_queue, PDCConsentStore; @interface PDCPreflightManager : NSObject @property (class, readonly, nonatomic, getter=isPreflightFeatureEnabled) BOOL preflightFeatureEnabled; @property (retain, nonatomic) NSObject *queue; @property (retain, nonatomic) id consentStore; - (void).cxx_destruct; - (id)initWithTargetQueue:(id)a0; - (BOOL)requiresPreflightForApplicationRecord:(id)a0; - (id)preflightLaunchForApplication:(id)a0 withCompletionHandler:(id /* block */)a1; - (BOOL)requiresPreflightForApplication:(id)a0; - (id)_preflightLaunchForApplication:(id)a0 withCompletionHandler:(id /* block */)a1; - (BOOL)_requiresPreflightForApplication:(id)a0; - (BOOL)_requiresPreflightForApplicationRecord:(id)a0; - (id)initWithTargetQueue:(id)a0 consentStore:(id)a1; @end