// // CLUnderlinedButton.h // Clocker // // Created by Abhishek Banthia on 1/14/17. // // #import @interface CLUnderlinedButton : NSButton @property (strong) NSCursor *cursor; @end