All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malliina.push.WindowsMessage.scala Maven / Gradle / Ivy

There is a newer version: 1.24.4
Show newest version
package com.malliina.push

import scala.xml.Elem

trait WindowsMessage {
  def xml: Elem
  def headers: Map[String, String]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy