mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-26 02:39:45 +02:00
add IOHub mail
This commit is contained in:
9
IOMail/coffees/main.coffee
Normal file
9
IOMail/coffees/main.coffee
Normal file
@ -0,0 +1,9 @@
|
||||
class IOMail extends this.OS.application.BaseApplication
|
||||
constructor: ( args ) ->
|
||||
super "IOMail", args
|
||||
|
||||
main: () ->
|
||||
|
||||
IOMail.singleton = true
|
||||
|
||||
this.OS.register "IOMail", IOMail
|
Reference in New Issue
Block a user