diff --git a/Coach Marks/DDCoachMarksView.h b/Coach Marks/DDCoachMarksView.h index 28528a2..1053544 100755 --- a/Coach Marks/DDCoachMarksView.h +++ b/Coach Marks/DDCoachMarksView.h @@ -23,6 +23,7 @@ @property (nonatomic) BOOL useBubbles; - (id)initWithFrame:(CGRect)frame coachMarks:(NSArray *)marks; +- (void)setMaskColor:(UIColor *)maskColor; - (void)start; @end