You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// QuestionSeting.java
|
|
package com.example.myapp.service;
|
|
|
|
import com.example.myapp.model.Expression;
|
|
|
|
public interface QuestionSeting {
|
|
Expression setQuestion(int count);
|
|
} |