I\'m getting the error above, but unsure how to go about fixing it. This is my code:
.h:
#import @protocol ColorLineDelegate &
Use this syntax:
@interface SomeClass : NSObject { id __unsafe_unretained delegate; } @property (unsafe_unretained) id delegate;