@class RemoveFromWatchListIntent, RemoveFromWatchListContentResolutionResult, RemoveFromWatchListIntentResponse; @interface SiriVideoIntents.RemoveFromWatchListIntentHandler : NSObject { void /* unknown type, empty encoding */ contentResolver; void /* unknown type, empty encoding */ watchListService; void /* unknown type, empty encoding */ analyticsService; void /* unknown type, empty encoding */ featureFlagService; } - (id)init; - (void).cxx_destruct; - (void)confirmRemoveFromWatchList:(RemoveFromWatchListIntent *)a0 completion:(void (^)(RemoveFromWatchListIntentResponse *))a1; - (void)handleRemoveFromWatchList:(RemoveFromWatchListIntent *)a0 completion:(void (^)(RemoveFromWatchListIntentResponse *))a1; - (void)resolveContentForRemoveFromWatchList:(RemoveFromWatchListIntent *)a0 withCompletion:(void (^)(RemoveFromWatchListContentResolutionResult *))a1; @end