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

DeckConsts.java « 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: 775ca69bfd7ab37b14573e59e2d220b8e33e14b7 (plain)
1
2
3
4
5
package it.niedermann.nextcloud.deck;

public class DeckConsts {
    public static final String DEBUG_TAG = "deck";
}