Relative Content

Tag Archive for swiftswift-protocols

Protocol requirements

It seems that I have fulfilled requirements of protocol EveryUserDocument in class GetListItem, however the code doesn’t compile returning me error: Type ‘GetListItem’ does not conform to protocol ‘EveryUserDocument’. Can somebody explain why and how to do a workaround?