Clean up unneeded class

This commit is contained in:
cedb 2022-11-01 17:00:37 -04:00
parent d36d32b600
commit 6be9b03873

View file

@ -1,3 +0,0 @@
package org.asamk.signal.manager;
public record AttachmentPointer(String id, String fileName, String contentType) {}