I have created a custom cell for loading into a table. The interface is complete and now I am trying to link the xib and the class.
I have the split screen view open
I used xCode 7 and iOS 9.
in your .m
delete #import "VC.h"
#import "VC.h"
save .m and link your outlet again it work fine.