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