I\'ve experienced something today while I\'m building my app. I\'ve declared a protocol in my MyObject1 and add delegate property on it. I\'ve assign MyObject2 as a Delegat
Are you doing an
#import "NameOfDelegate.h"
At the top of your MyObject header?
MyObject