YassinAJDI/MaterialJournal

View on GitHub
app/src/main/java/com/ajdi/yassin/materialjournal/ui/notedetail/NoteDetailNavigator.java

Summary

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

/**
 * Defines the navigation actions that can be called from the Details screen.
 */
public interface NoteDetailNavigator {

    void onStartEditNote();
}