Files
ShadowsocksX-NG/ShadowsocksX-NG/ShortcutsController.h
Charlie Qiu 003727a0fe Implement configurable shortcuts for toggle running and switch proxy mode.
- By MASShortcut.
- A new shortcuts preferences window.
2017-03-11 00:14:56 +08:00

16 lines
259 B
Objective-C

//
// ShortcutsController.h
// ShadowsocksX-NG
//
// Created by 邱宇舟 on 2017/3/10.
// Copyright © 2017年 qiuyuzhou. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface ShortcutsController : NSObject
+ (void)bindShortcuts;
@end