mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-05-15 13:40:54 +08:00
7 lines
117 B
CoffeeScript
7 lines
117 B
CoffeeScript
module.exports =
|
|
enable: (account, callback) ->
|
|
|
|
pause: (account, callback) ->
|
|
|
|
delete: (account, callback) ->
|