I\'m getting the error above, but unsure how to go about fixing it. This is my code:
.h:
#import @protocol ColorLineDelegate &
you can also use
@dynamic delegate
in the implementation instead of synthesize.