Redundance Conformance of User to Protocol PFSubclassing (Swift 2.0)

在这里输入图像描述

I just migrated my Swift 1.2 code to Swift 2.0.

This code previously works fine. but now there is an error saying

Redundance Conformance of User to Protocol PFSubclassing (Swift 2.0)

What might be causing this?


PFUser Conforms PFSubclassing Protocol. So no need to Conform PFSubclassing in you subclass. Remove PFSubclassing will work.

**class LCUser : PFUSer {

// data members }**

链接地址: http://www.djcxy.com/p/87638.html

上一篇: 谷歌浏览器不再播放某些音频文件

下一篇: 冗余一致性的用户协议PFSubclassing(Swift 2.0)