Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AttachmentClickedListener.java « attachments « card « ui « deck « nextcloud « niedermann « it « java « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb7f22588f56e4be5d06cb3a0958bf4bb8cbe73b (plain)
1
2
3
4
5
package it.niedermann.nextcloud.deck.ui.card.attachments;

public interface AttachmentClickedListener {
        void onAttachmentClicked(int position);
    }