Sign in

简柏林 / StudyMachine · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • StudyMachine
  • ..
  • action
  • PresentationAction.java
  • 代码提交
    a6c2e714
    简柏林 authored
    2022-09-08 19:58:08 +0800  
    Browse Files »
PresentationAction.java 111 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
package com.studymachine.www.action;

public interface PresentationAction {

    void openAppPresentation();
}