簡體   English   中英

ChatViewController與協議的冗余一致性

[英]Redundant conformance of the ChatViewController to protocol

我收到此錯誤:

ChatViewController與協議的冗余一致性

這是我的代碼:

class ChatViewController: ViewController, UITableViewDelegate, UITableViewDataSource

我該如何解決?

我相信這意味着您的ViewController類已經實現了UITableViewDelegate或UITableViewDataSource。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM