Property cannot be found in forward class object
This error usually points out that Xcode can not recognize your symbol. I can assume this is DTContact. Try to insert this in your .h file: #import DTContact.h
This error usually points out that Xcode can not recognize your symbol. I can assume this is DTContact. Try to insert this in your .h file: #import DTContact.h