mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
11 lines
136 B
CoffeeScript
11 lines
136 B
CoffeeScript
|
module.exports =
|
||
|
activate: ->
|
||
|
|
||
|
deactivate: ->
|
||
|
|
||
|
consumeFirstServiceV3: ->
|
||
|
|
||
|
consumeFirstServiceV4: ->
|
||
|
|
||
|
consumeSecondService: ->
|