冗余一致性的用户协议PFSubclassing(Swift 2.0)
我刚将Swift 1.2代码迁移到Swift 2.0。
此代码以前工作正常。 但现在有一个错误说
Redundance Conformance of User to Protocol PFSubclassing (Swift 2.0)
什么可能导致这种情况?
PFUser符合PFSubclassing协议。 因此,不需要在您的子类中符合PFSubclassing。 删除PFSubclassing将起作用。
**类LCUser:PFUSer {
//数据成员} **
链接地址: http://www.djcxy.com/p/87637.html上一篇: Redundance Conformance of User to Protocol PFSubclassing (Swift 2.0)