git » sdk » omemo » tree

[omemo] / snikket / AttachmentSource.js.hx

1
2
3
4
5
6
7
8
package snikket;

@:forward
abstract AttachmentSource(js.html.File) {
	public inline function tinkSource() {
		return tink.io.Source.ofJsFile(this.name, this);
	}
}