YassinAJDI/MaterialJournal

View on GitHub
app/src/main/java/com/ajdi/yassin/materialjournal/ui/notes/NotesNavigator.java

Summary

Maintainability
A
0 mins
Test Coverage
package com.ajdi.yassin.materialjournal.ui.notes;

/**
 * Defines the navigation actions that can be called from the note list screen.
 */
public interface NotesNavigator {

    void addNewNote();
}