argos/notification-service/notification/src/main/java/gr/cite/notification/integrationevent/inbox/usertouched/UserTouchedIntegrationEvent...

9 lines
233 B
Java
Raw Normal View History

package gr.cite.notification.integrationevent.inbox.usertouched;
2024-04-04 15:39:40 +02:00
import gr.cite.notification.integrationevent.inbox.IntegrationEventHandler;
public interface UserTouchedIntegrationEventHandler extends IntegrationEventHandler {
}