所以我有一个奇怪的问题,过去几个小时一直困扰着我。我有一个框架,我在其中创建了一个名为ChatDelegate的协议(protocol)(代码如下)publicprotocolChatDelegate:class{funcchat(_chatCollectionView:UICollectionView,didSelectmessage:Message)}和一个ViewController(不在框架中),它符合ChatDelegate,就像这样extensionChatContainerViewController:ChatDelegate{funcchat(_chatCollecti