// // SLPreferencesController.h // Semulov // // Created by Kevin Wojniak on 7/20/14. // Copyright (c) 2014 Kevin Wojniak. All rights reserved. // #import @class MASShortcutView; @interface SLPreferencesController : NSWindowController @property (assign) IBOutlet MASShortcutView *shortcutView; @end