@class NSString, NSMutableDictionary, NSObject; @protocol BCSIDSServiceFactoryProtocol, BCSIDSQueryControllerProtocol, OS_dispatch_queue, BCSIdentityAccountProtocol; @interface BCSIdentityService : NSObject { id _businessChatAccount; NSObject *_serialDispatchQueue; NSMutableDictionary *_idStatusCompletionBlocks; id _IDSServiceFactory; id _IDSQueryController; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (id)businessChatAccount; - (void)refreshIDStatusForBizID:(id)a0 completion:(id /* block */)a1; @end