#import @protocol ExtraFairwareReminderView - (void)startTimer; - (void)stopTimer; - (void)setButtonText:(NSString *)text; - (void)enableButton; @end