mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-01 10:43:02 +08:00
7 lines
117 B
CoffeeScript
7 lines
117 B
CoffeeScript
module.exports =
|
|
enable: (account, callback) ->
|
|
|
|
pause: (account, callback) ->
|
|
|
|
delete: (account, callback) ->
|