@class PKPaymentWebService, NSObject; @protocol OS_dispatch_queue, PKCloudStoreCoordinatorDelegate, PKSecureElementConsistencyCheckerDelegate; @interface PKSecureElementConsistencyChecker : NSObject { NSObject *_processingQueue; id _cloudStoreCoordinatorDelegate; } @property (nonatomic) id delegate; @property (retain, nonatomic) PKPaymentWebService *paymentWebService; + (BOOL)isCheckingConsistencyForSecureElementID:(id)a0; - (void).cxx_destruct; - (void)startWithCompletion:(id /* block */)a0; - (void)_downloadPassesWithCompletion:(id /* block */)a0; - (void)_rescheduleCheckInTimeInterval:(double)a0 backoffLevel:(long long)a1; - (void)_rescheduleWithBackoff; - (void)_syncWithTSMCompletion:(id /* block */)a0; - (id)initWithPaymentWebService:(id)a0 delegate:(id)a1; - (id)initWithPaymentWebService:(id)a0 delegate:(id)a1 cloudStoreCoordinatorDelegate:(id)a2; - (void)queue_startWithCompletion:(id /* block */)a0; @end