mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 22:48:28 +01:00
9 lines
195 B
CoffeeScript
9 lines
195 B
CoffeeScript
|
class IOMail extends this.OS.application.BaseApplication
|
||
|
constructor: ( args ) ->
|
||
|
super "IOMail", args
|
||
|
|
||
|
main: () ->
|
||
|
|
||
|
IOMail.singleton = true
|
||
|
|
||
|
this.OS.register "IOMail", IOMail
|