// // CLAppFeedbackWindowController.h // Clocker // // Created by Abhishek Banthia on 12/24/15. // // #import #import "CLMainWindowController.h" @interface CLAppFeedbackWindowController : CLMainWindowController + (instancetype)sharedWindow; @end