@class SSAuthenticationContext, NSString; @interface SSVRefreshSubscriptionRequest : SSRequest @property (nonatomic, getter=isRequestingOfflineSlot) BOOL requestingOfflineSlot; @property (copy, nonatomic) SSAuthenticationContext *authenticationContext; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithXPCEncoding:(id)a0; - (void).cxx_destruct; - (id)copyXPCEncoding; - (void)startWithCompletionBlock:(id /* block */)a0; - (void)startWithResponseBlock:(id /* block */)a0; @end